Skip to content
Prev 321831 / 398500 Next

Mancova with R

Dear Remi,

Take a look at the Anova() function in the car package. In your case, you could use

Anova(lm(as.matrix(Y) ~  x + z))

or, for more detail,

summary(Anova(lm(as.matrix(Y) ~  x + z)))

I hope this helps,
 John

------------------------------------------------
John Fox
Sen. William McMaster Prof. of Social Statistics
Department of Sociology
McMaster University
Hamilton, Ontario, Canada
http://socserv.mcmaster.ca/jfox/
	
On Wed, 17 Apr 2013 07:47:27 -0700 (PDT)
R?mi Lesmerises <remilesmerises at yahoo.ca> wrote: