powered by
Computes the Bayesian information criterion for an object bgvar.
bgvar
# S3 method for bgvar BIC(object, ...)
an object of class bgvar.
additional arguments.
Returns a numeric value with the corresponding BIC.
Schwartz, G. E. (1978) Estimating the dimension of a model. Annals of Statistics, Vol. 6(2), pp. 461-464.
# NOT RUN { library(BGVAR) data(eerData) model.mn <- bgvar(Data=eerData,W=W.trade0012,plag=2,saves=100,burns=100,prior="MN") BIC(model.mn) # }
Run the code above in your browser using DataLab