powered by
Function calculating BIC for GNARfit models.
GNARfit
# S3 method for GNARfit BIC(object, ...)
a GNARfit object, output from a GNARfit call.
additional arguments, not used here.
A numeric value corresponding to the BIC.
BIC
Smaller BIC values correspond to better fit.
# NOT RUN { #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