Skip to content
Prev 255247 / 398500 Next

wrong calculation of R-squared in summary.lm

This is user error: that fit has class c("mlm", "lm") and you should 
be calling summary() on it, which will dispatch the mlm method.

For multiple-response linear models, there is also summary.manova.
On Wed, 30 Mar 2011, Stefan Schlager wrote: