How do I make my table have full column rank?

조회 수: 5 (최근 30일)
Benjamin Fram
Benjamin Fram 2015년 11월 16일
편집: Walter Roberson 2015년 11월 16일
Hi,
I am performing repeated measures anova on 14 subjects measured over 4 timepoints. I have 5 other grouping variables (demographic information such as sex, Genotype, Transplant) that I would like to include in the analysis. The problem is, when I enter
V=ranova(fitrm(V,'x1-x4~Treat+Sex+Genotype+Transplant+PreviousTreat','WithinDesign',Time))
where Time=(1 2 3 4)
I get
Error using RepeatedMeasuresModel.fit (line 1331)
The between-subjects design must have full column rank.
Error in fitrm (line 67)
s = RepeatedMeasuresModel.fit(ds,model,varargin{:});
How do I fix this?
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Repeated Measures and MANOVA에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by