Hi,

I'm using the function arima() from the ts package.
when  the function gives me the output I can see the s.e. of the
coefficients.
However I cannot find a way to collect them in a object

estimate<-arima(x, order=c(1,0,1))
estimate$se does not work

in fact str(estimate) does not contain $se.
How is it possible? The function compute and print that value but it is not
the resulting object?

Thank you

Sabrina
-- 
View this message in context: 
http://r.789695.n4.nabble.com/s-e-of-arima-tp2275280p2275280.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