How do I make my table have full column rank?
5 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Repeated Measures and MANOVA in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!