Hi All, Following from https://stat.ethz.ch/pipermail/r-help/1999-April/003834.html this post where someone was asking for "a slick way of asking for the results of doing a forward selection/backward elimination routine?" and someone answered "Call step(), print the anova component of the result is the usual way", I was asked to find out about intermediate results, namely R-squared (or adjusted R-squared) as forward or backward stepwise regression proceeds. Does the information in the ANOVA table provide all I need, in which case I would need to be pointed to a link where anova() output is explained in more theoretical (or I should say layman-compatible) terms than in the anova help file? How do I know which variable was selected/dropped first, second, etc?
TIA, Yves Moisan -- View this message in context: http://www.nabble.com/Intermediate-R-squared-results-in-stepwise-regression-tf4469701.html#a12744210 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.