Learn R Programming

GNAR (version 1.1.4)

summary.GNARfit: Returns model summary for a GNAR model fit

Description

Returns the summary of a GNARfit object, including BIC.

Usage

# S3 method for GNARfit
summary(object, ...)

Value

summary.GNARfit prints the model summary and the value of the BIC.

Arguments

object

output of a GNARfit call.

...

additional arguments, unused here.

Details

The output is the summary of the fit using summary.lm, and BIC calculated using BIC.GNARfit.

Examples

Run this code
#summary for the GNAR(2,[1,1]) model using GNARfit on fiveVTS
summary(GNARfit())

Run the code above in your browser using DataLab