Dear R family,

I have a quick question.

m3=arima(zt,order=c(6,0,2)) % fit an ARIMA(6,0,2) model to zt.

This equation contains all 6 AR terms plus 1 MA term.
I want to include only AR(2) and MA(1) excluding the other terms.
How could I accomplish it?

best,
moohwan

______________________________________________
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