Re: [R] MANOVA summary.manova(m) :" residuals have rank"

2013-05-03 Thread peter dalgaard
On May 3, 2013, at 14:59 , Ozgul Inceoglu wrote: > Dear All, I am trying to perform MANOVA. I have table with 504 > columns(species) and 36 rows) with two grouping (season and location) > > Zx <- Z[c(4:504)] > Zxm <- as.matrix(Z) > m<- manova(Zxm~Season*location, data=Z) > > when I do summary.

[R] MANOVA summary.manova(m) :" residuals have rank"

2013-05-03 Thread Ozgul Inceoglu
Dear All, I am trying to perform MANOVA. I have table with 504 columns(species) and 36 rows) with two grouping (season and location) Zx <- Z[c(4:504)] Zxm <- as.matrix(Z) m<- manova(Zxm~Season*location, data=Z) when I do summary.aov, I get respond for each species but summary.manova summary.man