wle.stepwise.summaries {wle}R Documentation

Accessing summaries for wle.stepwise

Description

All these functions are methods for class wle.stepwise or summary.wle.stepwise.

Usage

## 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), ...)

Arguments

object an object of class wle.stepwise.
x an object of class wle.stepwise or summary.wle.stepwise.
digits number of digits to be used for most numbers.
num.max the number of the last iterations reported.
verbose if TRUE warnings are printed.
... additional arguments affecting the summary produced (in summary.wle.stepwise) or further arguments passed to or from other methods (in print.wle.stepwise and print.summary.wle.stepwise).

Details

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.

Value

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.

Author(s)

Claudio Agostinelli


[Package wle version 0.9-3 Index]