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?




Thank you!



Regards,

Anindita Chattopadhyay | +919886800606 | 
www.mu-sigma.com<http://www.mu-sigma.com/> |
.
This email message may contain proprietary, private and confidential 
information. The information transmitted is intended only for the person(s) or 
entities to which it is addressed. Any review, retransmission, dissemination or 
other use of, or taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is prohibited and may be 
illegal. If you received this in error, please contact the sender and delete 
the message from your system. Mu Sigma takes all reasonable steps to ensure 
that its electronic communications are free from viruses. However, given 
Internet accessibility, the Company cannot accept liability for any virus 
introduced by this e-mail or any attachment and you are advised to use 
up-to-date virus checking software.

        [[alternative HTML version deleted]]

______________________________________________
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