Learn R Programming

wle (version 0.5)

mle.stepwise.summaries: Accessing summaries for mle.stepwise

Description

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

Usage

summary.mle.stepwise(object, num.max=20, ...)

print.mle.stepwise(x, digits = max(3, getOption("digits") - 3), ...)

print.summary.mle.stepwise(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

object
an object of class mle.stepwise.
x
an object of class mle.stepwise or summary.mle.stepwise.
num.max
the number of the last iterations reported.

Value

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