wle.stepwise.summaries {wle} | R Documentation |
All these functions are methods
for class wle.stepwise
or summary.wle.stepwise
.
summary.wle.stepwise(object, num.max=20, ...) print.wle.stepwise(x, digits = max(3, getOption("digits") - 3), ...) print.summary.wle.stepwise(x, digits = max(3, getOption("digits") - 3), ...)
object |
an object of class wle.stepwise . |
x |
an object of class wle.stepwise or summary.wle.stepwise . |
num.max |
the number of the last iterations reported. |
The generic accessor functions coefficients
, fitted.values
, residuals
and weights
can be used to extract various useful features of the value returned by wle.stepwise
.
The function summary.wle.stepwise
returns the last num.max
iterations, call
plus:
wstep |
the model for each iteration reported. |
num.max |
the numeber of iterations reported. |
type |
the type of selection procedure used. |
f.in |
the in value. |
f.out |
the out value. |
Claudio Agostinelli