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