Learn R Programming

wle (version 0.5)

mle.aic.summaries: Summaries and methods for mle.aic

Description

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

Usage

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

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

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

Arguments

object
an object of class mle.aic.
x
an object of class mle.aic or summary.mle.aic.
num.max
the max number of models should be reported.

Value

  • summary.mle.aic returns a list:
  • aicthe first num.max best models with their AIC.
  • num.maxthe number of models reported.
  • call

See Also

mle.aic a function for evaluate the Akaike Information Criterion.