Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.GNARfit

Returns model summary for a GNAR model fit


Description

Returns the summary of a GNARfit object, including BIC.

Usage

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

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.

Value

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

Examples

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

GNAR

Methods for Fitting Network Time Series Models

v1.1.1
GPL-2
Authors
Kathryn Leeming [aut], Guy Nason [aut], Matt Nunes [aut, cre], Marina Knight [ctb]
Initial release
2020-11-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.