| lm.regsubsets {Rcmdr.HH} | R Documentation |
The regsubsets function in the leaps package finds the
model with the highest adjusted $R^2$. This function evaluates the full
lm object for that model.
lm.regsubsets(object, model.number, ...)
object |
An object of class "regsubsets". |
model.number |
Index number generated by Rcmdr. |
... |
Other arguments. |
"lm" object for the selected model.
Richard M. Heiberger <rmh@temple.edu>
lm, regsubsets, bestSubsetsRegressionModel.HH