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

BIC.GNARfit

Bayesian Information Criterion for GNAR models


Description

Function calculating BIC for GNARfit models.

Usage

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

Arguments

object

a GNARfit object, output from a GNARfit call.

...

additional arguments, not used here.

Details

Smaller BIC values correspond to better fit.

Value

A numeric value corresponding to the BIC.

Examples

#BIC for two different GNAR fits for fiveNet data
#GNAR(2,[1,1])
BIC(GNARfit())
#GNAR(2,[1,0])
BIC(GNARfit(betaOrder=c(1,0)))

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.