Learn R Programming

⚠️There's a newer version (1.1.4) of this package.Take me there.

GNAR (version 0.2.9)

Methods for Fitting Network Time Series Models

Description

Simulation of, and fitting models for, Generalised Network Autoregressive (GNAR) time series models which take account of network structure. Such models are described in Knight et al. (2016), see .

Copy Link

Version

Install

install.packages('GNAR')

Monthly Downloads

407

Version

0.2.9

License

GPL-2

Maintainer

Matt Nunes

Last Published

November 2nd, 2018

Functions in GNAR (0.2.9)

is.GNARfit

Function to check GNARfit objects
lmToBIC

Calculates the BIC for a GNAR model fit
na.row

Identifies which rows of a matrix have NAs
plot.GNARnet

Plot function for GNAR networks
fiveVTS

Simulated GNAR data using fiveNet
summary.GNARfit

Returns model summary for a GNAR model fit
summary.GNARnet

Summary function for GNAR networks
is.GNARnet

Functions to check and create GNARnet objects
matrixtoGNAR

Converts an adjacency matrix to GNAR network
residToMat

Converts the output of a GNARfit or GNARpredict to fitted and residual value matrices
GNARpredict

Fits and predicts using the GNAR model
gdp

GDP example data.
fiveNet

Example network
gdpVTS

Differenced GDP values for 35 countries
print.GNARnet

Print function for GNAR networks
print.GNARfit

Function to print the model and coefficients of GNARfit objects
fiveNode

Example Network Time Series
igraphtoGNAR

Converts an igraph to GNAR network
seedToNet

Produces a random network from a seed value
seed.nos

Vector of seed numbers
residuals.GNARfit

Function to return residuals of GNARfit objects
vswind

Wind Speed example network time series
windnetplot

Produce bespoke plot of the wind data network
coef.GNARfit

Function to return coefficients of GNARfit objects
GNAR

GNAR package
GNARsim

Simulates a GNAR process
fitted.GNARfit

Function to return fitted values of GNARfit objects
GNARtoWMat

Converts a GNAR network to a weighted adjacency matrix
GNARtoigraph

Converts a GNAR network to a weighted igraph object
GNARdesign

Function to create the GNAR design matrix
NofNeighbours

Calculates stage-neighbours of a network
GNARfit

Fitting function for GNAR models