Hi,
 
I need to compute a prediction R-squared for a linear regression.  I
have figured out how to compute Allen's PRESS statistic (using the PRESS
function in the MPV library), but also want to compute the R-squared
that goes along with this statistic.  I have read that this is computed
like an adjusted R-squared, but using the same regressions that are used
to compute the PRESS statistic.  I am trying to duplicate the prediction
R-squared that is computed in Minitab.
 
Thanks for any help!
 
Tom

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to