# NOT RUN {
# }
# NOT RUN {
library(astsa)
model = Sarima(birth,order = c(0,1,2),seasonal = c(1,1,1))
fit1 = varstan(model,iter = 500,chains = 1)
aic1 = AICc(fit1)
mean(aic1)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab