[R] how to assess the significance of regression between a set of response and predictor variables

2010-02-23 Thread Manabu Sakamoto
Dear list, I have been using multivariate multiple regression (MMR) in the form lm(Y~X) where Y and X are matrices of response and predictor variables. I know that summary(mlm.object) would give the usual lm statistics for each response variable separately and that anova.mlm(mlm.object) will give

Re: [R] how to assess the significance of regression between a set of response and predictor variables

2010-02-23 Thread Bert Gunter
?? z - manova(y~x) summary(z) ?summary.manova Bert Gunter Genentech Nonclinical Statistics -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Manabu Sakamoto Sent: Tuesday, February 23, 2010 4:39 AM To: r-help@r-project.org Subject: