Learn R Programming

GNAR (version 0.2.9)

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

Description

Returns the summary of a GNARfit or GNARpredict object, including BIC.

Usage

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

Arguments

object

output of GNARfit or GNARpredict.

...

additional arguments affecting the summary produced.

Value

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

Details

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

Examples

Run this code
# NOT RUN {
#summary for the GNAR(2,[1,1]) model using GNARpredict on fiveVTS
data(fiveNode)
summary(GNARpredict())
# }

Run the code above in your browser using DataLab