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
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
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
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
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;