print.MAR: Print output of a MAR model

Description Usage Arguments Details Author(s)

View source: R/method.MAR.print.R

Description

Method for printing components of an object of class MAR that provide a concise overview of the model

Usage

1
2
## S3 method for class 'MAR'
print(x,...)

Arguments

x

Object of class MAR to be printed

...

Further arguments passed to or from other methods

Details

Formats and prints the following components of a MAR object when the object's name is called: the time-series variables that were selected to be included in the model; any restrictions that were set on variable interactions; the search type used to select the best-fit model; and the coefficients, AIC values, and R^2 values of the best-fit and bootstrapped models. Other components of a MAR object can be viewed by specifying their name according to str(object).

Author(s)

LP Scheef


MAR1 documentation built on May 29, 2017, 4:18 p.m.