Re: [R] Repeated Measures MANOVA in R

2006-11-09 Thread Peter Dalgaard
Chuck Cleland <[EMAIL PROTECTED]> writes: > A. Bolu Ajiboye wrote: > > Can R do a repeated measures MANOVA and tell what dimensionality the > > statistical variance occupies? > > > > I have been using MATLAB and SPSS to do my statistics. MATLAB can do > > ANOVAs and MANOVAs. When it performs

Re: [R] Repeated Measures MANOVA in R

2006-11-09 Thread Michael Friendly
I have an in press paper on HE plots, http://www.math.yorku.ca/SCS/Papers/heplots.pdf that describes methods to visualize the dimensionality of effects in MLMs. The implementation is in SAS, but there's a link to a rudimentary R function in the paper. -Michael A. Bolu Ajiboye wrote: > Can R do a

Re: [R] Repeated Measures MANOVA in R

2006-11-09 Thread Chuck Cleland
A. Bolu Ajiboye wrote: > Can R do a repeated measures MANOVA and tell what dimensionality the > statistical variance occupies? > > I have been using MATLAB and SPSS to do my statistics. MATLAB can do ANOVAs > and MANOVAs. When it performs a MANOVA, it returns a > parameter d that estimates the

[R] Repeated Measures MANOVA in R

2006-11-08 Thread A. Bolu Ajiboye
Can R do a repeated measures MANOVA and tell what dimensionality the statistical variance occupies? I have been using MATLAB and SPSS to do my statistics. MATLAB can do ANOVAs and MANOVAs. When it performs a MANOVA, it returns a parameter d that estimates the dimensionality in which the means

[R] Repeated measures MANOVA

2005-02-25 Thread Bela Bauer
Hi, sorry to bother you again, but I can't figure it out myself and I also can't find any in-depth documentation about it... Consider the following SAS code (A1II2... contain the measurements for 40 subjects): proc glm; model A1II2 A1IN2 A1NI2 A1NN2 = /nouni; repeated CONTEXT 2, TARGET_SATZ 2;