Your question is pretty well totally opaque to me. Describe the model you want to fit in mathematical terms, rather than referring to The Package That Must Not Be
Named.  This is the ***R***  list.

It is possible that you might want to make use of the "seasonal" argument to the
arima() function.

    cheers,

    Rolf Turner

On 10/26/13 01:19, Anindita Chattopadhyay wrote:
Hello There,

We have used ARIMA(multiplicative MA and additive AR) model in SAS to come to 
our results. Please let me know how could that be implemented in R.

Like,  In SAS we can pass the variable  as AR= (1,7) and MA=(1)(7) which is 
additive and multiplicative respectively.

In R we have the option as : order = c(0, 0, 0) which is (p,d,q).Is there any 
specific way/code such that we specify the additive  AR and multiplicative MA 
simultaneously?


______________________________________________
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