Re: [R] getting p-values from fitted ARIMA

2010-11-03 Thread Achim Zeileis
On Wed, 3 Nov 2010, h0453...@wu.ac.at wrote: Hi I fitted an ARIMA model using the function arima(). The output consists of the fitted coefficients with their standard errors. However i need information about the significance of the coefficients, like p-values. I hope you can help me on that

Re: [R] getting p-values from fitted ARIMA

2010-11-03 Thread Jorge Ivan Velez
Hi Stefan, Take a look at https://stat.ethz.ch/pipermail/r-help/2009-June/202173.html HTH, Jorge On Wed, Nov 3, 2010 at 2:50 PM, <> wrote: > Hi > > I fitted an ARIMA model using the function arima(). The output consists of > the fitted coefficients with their standard errors. > > However i nee

[R] getting p-values from fitted ARIMA

2010-11-03 Thread h0453497
Hi I fitted an ARIMA model using the function arima(). The output consists of the fitted coefficients with their standard errors. However i need information about the significance of the coefficients, like p-values. I hope you can help me on that issue... ciao Stefan