Re: [R] Multivariate Contrasts

2010-10-06 Thread Michael Friendly
On 10/6/2010 6:07 PM, Ali S wrote: Hi, I am interested in running multivariate contrasts from manova. Here is the code I have currently for a one-way Manova. I would like to run multivariate contrasts for the Year factor. Thanks! #Reduced model t14m1<-manova(as.matrix(t14c[,4:10])~t14c$Year)

[R] Multivariate Contrasts

2010-10-06 Thread Ali S
Hi, I am interested in running multivariate contrasts from manova. Here is the code I have currently for a one-way Manova. I would like to run multivariate contrasts for the Year factor.  Thanks! #Reduced model t14m1<-manova(as.matrix(t14c[,4:10])~t14c$Year) #get multivariate results summary.ma