[R] Revo R for Arima Implementation
Rolf Turner
r.turner at auckland.ac.nz
Fri Oct 25 22:25:41 CEST 2013
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?
>
More information about the R-help
mailing list