How do I make my table have full column rank?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Repeated Measures and MANOVA in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!