Search found 3 matches
- Mon Dec 14, 2015 8:06 am
- Forum: Estimation
- Topic: SARIMA script from R to Eviews
- Replies: 4
- Views: 6483
Re: SARIMA script from R to Eviews
Thank you very much.
- Fri Dec 04, 2015 2:26 am
- Forum: Estimation
- Topic: SARIMA script from R to Eviews
- Replies: 4
- Views: 6483
SARIMA script from R to Eviews
I've recibed this R script
Modelo3 = arima(Data$Table, xreg = Table[,5:9], order = c(4, 0, 0), seasonal = list(order = c(1, 1, 0) , period = 12), include.mean = F , fixed = c(NA, 0, NA, NA, NA, NA, NA, NA, NA, NA) )
and I want to replicate it in Eviews. Do you know how can i do this?
Thanks a lot,
Modelo3 = arima(Data$Table, xreg = Table[,5:9], order = c(4, 0, 0), seasonal = list(order = c(1, 1, 0) , period = 12), include.mean = F , fixed = c(NA, 0, NA, NA, NA, NA, NA, NA, NA, NA) )
and I want to replicate it in Eviews. Do you know how can i do this?
Thanks a lot,
- Wed Dec 02, 2015 5:43 am
- Forum: Estimation
- Topic: how to represent SARIMA model in eviews
- Replies: 24
- Views: 39626
Re: how to represent SARIMA model in eviews
I've recibed this R script Modelo3 = arima(Data$Table, xreg = Table[,5:9], order = c(4, 0, 0), seasonal = list(order = c(1, 1, 0) , period = 12), include.mean = F , fixed = c(NA, 0, NA, NA, NA, NA, NA, NA, NA, NA) ) and I want to replicate it in Eviews. It's possible to represent this in Eviews? SAR...
