Learn R Programming

wle (version 0.5)

wle.stepwise.summaries: Accessing summaries for wle.stepwise

Description

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

Usage

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

Arguments

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.

Value

  • The function summary.wle.stepwise returns the last num.max iterations, call plus:
  • wstepthe model for each iteration reported.
  • num.maxthe numeber of iterations reported.
  • typethe type of selection procedure used.
  • f.inthe in value.
  • f.outthe out value.

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.