Hi everyone!

I am making some time series models, and as i want to compare a lot of
models I thought it would be smart to compare the AIC, AICc and BIC values
from the models. My question is, how can I extract the BIC and AICc from the
model?

As an example:

kings <- scan("http://robjhyndman.com/tsdldata/misc/kings.dat",skip=3)
mod = arima(kings, order = c(1,0,0), include.mean=T)

obviously summary(mod) would suffice, but I don't want to have to look
through all the models (as there are alot... )

Sincerly 
Chris



--
View this message in context: 
http://r.789695.n4.nabble.com/Extracting-AICc-and-BIC-from-an-ARIMA-model-tp4678593.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to