Last data update: 2014.03.03

R: Produce a summary of a MAR model
summary.MARR Documentation

Produce a summary of a MAR model

Description

Method for producing a summary of an object of class MAR. Calculates the number of zero, non-zero, positive, and negative coefficients in the best-fit and bootstrapped models, gives the AIC, BIC, and summary of the R^2 values for the models, and lists the calculated stability statistics associated with the models.

Usage

## S3 method for class 'MAR'
summary(object,...)

Arguments

object

Object of class MAR

...

Further arguments passed to or from other methods

Author(s)

LP Scheef

See Also

run.mar

Results