Last chance! 50% off unlimited learning
Sale ends in
Function calculating BIC for GNARfit
models.
# S3 method for GNARfit
BIC(object, ...)
A numeric value corresponding to the BIC
. Note that this is the ``time-normalised'' value of the AIC for the GNAR model, and also removes any proportionality constants in the calculation.
a GNARfit
object, output from a GNARfit call.
additional arguments, not used here.
Smaller BIC values correspond to better fit.
#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)))
Run the code above in your browser using DataLab