Rdocumentation
powered by
Learn R Programming
faraway (version 1.0.3)
maxadjr: Maximum Adjusted R-squared
Description
Displays the best models from a leaps object
Usage
maxadjr(l,best=3)
Arguments
l
A leaps object returned from leaps()
best
An optional argument specify the number of models to be returned taking the default value of 3
Value
A list of the best models
Details
Requires leaps package
See Also
leaps()