hello, 

i have a doubt  with this function, i need get the returns values because i
have to save in a variables,something like this: 

Invernadero<-ts(x2) 

test<-auto.arima(x2) 

x2.pred.ar31<-predict(arima(x2,order=c(p,d,q)),n.ahead=10)$pred 

can i get "p","d" and "q" from "auto.arima"?this is my question. 

I hope have explained well, 

A regards. 


-- 
View this message in context: 
http://r.789695.n4.nabble.com/doubt-with-auto-arima-tp2222469p2222469.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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