Displaying 2 results from an estimated 2 matches for "subjnum".
Did you mean:
subjno
2010 Oct 29
1
Repeated Measures MANOVA
...xample, let's say I have 3 DVs, one between-subjects IV, and one within-subjects IV. Based on the documentation for the manova command, a function like that below is not appropriate because it cannot take Error arguments.
manova(cbind(DV1,DV2,DV3) ~ BetweenSubjectsIV * WithinSubjectsIV + Error(SubjNum/WithinSubjectsIV), data=dat)
Do you know of any functions that would allow me to perform such an analysis? I realize that I could turn the DVs into levels of a new IV, and then perform a standard repeated measures ANOVA. But, I do not feel that would be appropriate in this case.
Thanks so much fo...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...le, let's say I have 3 DVs, one between-subjects IV, and one
within-subjects IV. Based on the documentation for the manova command, a
function like that below is not appropriate because it cannot take Error
arguments.
manova(cbind(DV1,DV2,DV3) ~ BetweenSubjectsIV * WithinSubjectsIV +
Error(SubjNum/WithinSubjectsIV), data=dat)
Do you know of any functions that would allow me to perform such an analysis? I
realize that I could turn the DVs into levels of a new IV, and then perform a
standard repeated measures ANOVA. But, I do not feel that would be appropriate
in this case.
Thanks so much...