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

residuals.GNARfit

Function to return residuals of GNARfit objects


Description

residuals.GNARfit returns the residuals of a GNARfit object as a matrix.

Usage

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

Arguments

object

the output of a GNARfit call

...

additional arguments, unused here.

Details

The function first checks if the object is of GNARfit class, then uses residToMat to return the residuals.

Value

residuals.GNARfit returns a 'ts' object of residuals, with t-alphaOrder rows and nnodes columns.

Examples

#get the residuals of the fiveNode GNAR fit
residuals(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.