-------- Original Message -------- Subject: Re: TPS 3D negative bending energy Date: Fri, 4 Feb 2011 17:11:16 -0500 From: Dean Adams <[email protected]> To: [email protected] <[email protected]> Yes. Instead of summary(lm(Y...~X)) one should use: 'summary(manova(lm(Y...~X)))' Adding the 'manova' lets R know that your linear model should be summarized multivariately. Dean -- Dr. Dean C. Adams Associate Professor Department of Ecology, Evolution, and Organismal Biology Department of Statistics Iowa State University Ames, Iowa 50011 www.public.iastate.edu/~dcadams/ On 2/4/2011 3:45 PM, morphmet wrote:
-------- Original Message -------- Subject: RE: TPS 3D negative bending energy Date: Fri, 4 Feb 2011 16:01:51 -0500 From: Deniz SIGIRLI<[email protected]> To: [email protected] Dear members, I've performed multivariate regression analysis in MorphoJ, for principal component as dependent variables and centroid size as an independent variable. I want to perform this analysis in R. I tried lm function, but it gave R2 and p values for every dependent variable (not a single p value as MorphoJ). ıS there a way to do same analysis in R?
