Hi everybody
I am trying to find contrast in MANOVA.
I used next code
contrasts(ffage)<-ctr
contrasts(ffage)
MANOVA.agec<-manova(Y1~ffage,data=vol18.df)
summary(MANOVA.agec, split =list (ffage=list("0-17 v over 18"=0, "18-25 v
over 26"=1, "26-31 v over 32"=2, "32-42 v over 43"=3, "43-65 v 66+"=4
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
On
> Behalf Of Ondrej Mikula
> Sent: October-18-11 7:34 AM
> To: r-help@r-project.org
> Subject: [R] contrasts in MANOVA
>
> Dear r-helpers,
> I have a query re
Dear r-helpers,
I have a query regarding use of contrasts in MANOVA.
summary(manova(model))
gives me only result of test for overall difference.
Would you be so kind and give me a hint how to get the same test statistics
(e.g.Pillai's) and P values for the predefined contrasts?
Best regards
Ondrej
3 matches
Mail list logo