wle.aic.ar.summaries {wle}R Documentation

Summaries and methods for wle.aic.ar

Description

All these functions are methods for class wle.aic.ar or summary.wle.aic.ar.

Usage

## S3 method for class 'wle.aic.ar':
summary(object, num.max=20, verbose=FALSE, ...)

## S3 method for class 'wle.aic.ar':
print(x, digits = max(3, getOption("digits") - 3),
num.max=max(1, nrow(x$waic)), ...)

## S3 method for class 'summary.wle.aic.ar':
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

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

Value

summary.wle.aic.ar returns a list:

waic the first num.max best models with their Weighted Akaike Information Criterion.
num.max the number of models reported.
call

Author(s)

Claudio Agostinelli

See Also

wle.aic.ar a function for evaluate the Weighted Akaike Information Criterion for autoregressive models.


[Package wle version 0.9-3 Index]