Description Usage Arguments Details Value Author(s)
All these functions are methods for class wle.stepwise or summary.wle.stepwise.
1 2 3 4 5 6 7 8 9 | ## S3 method for class 'wle.stepwise'
summary(object, num.max=20, verbose=FALSE, ...)
## S3 method for class 'wle.stepwise'
print(x, digits = max(3, getOption("digits") -
3), num.max=max(1, nrow(x$wstep)), ...)
## S3 method for class 'summary.wle.stepwise'
print(x, digits = max(3, getOption("digits") - 3), ...)
|
object |
an object of class |
x |
an object of class |
digits |
number of digits to be used for most numbers. |
num.max |
the number of the last iterations reported. |
verbose |
if |
... |
additional arguments affecting the summary produced (in
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.