search for: betweensubjectsiv

Displaying 2 results from an estimated 2 matches for "betweensubjectsiv".

2010 Oct 29
1
Repeated Measures MANOVA
...will perform repeated measures MANOVAs? For example, 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 appropria...
2010 Oct 31
1
R-help Digest, Vol 92, Issue 31
...perform repeated measures MANOVAs? For example, 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 approp...