[R] s.e. of arima

speretti sabrina.peretti at gmail.com
Thu Jul 1 16:55:11 CEST 2010


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.



More information about the R-help mailing list