lmXy(BestReg) | R Documentation |
This is a utility function used by the main function SubsetReg
.
lmXy(Xy.df)
Xy.df |
dataframe containing the design matrix X and the output variable y. All columns must be named. |
an lm object
A.I. McLeod
data(longley) lmXy(longley)