Displaying 1 result from an estimated 1 matches for "dryfit".
Did you mean:
drfit
2012 May 04
1
Problems Exporting R Output to an xls file need help
...st functions.
A detail of all my work is presented below. I loaded a package called
dataframes2xls and tried to use the function write.xls without any success.
Can anybody help me figure this out? How could I get R to export the output
to an xls file?
Any help will be greatly appreciated.
> dryfit<-auto.arima(testing1$pcumsdry)
> dryfit
Series: testing1$pcumsdry
ARIMA(2,1,1) with drift
Coefficients:
ar1 ar2 ma1 drift
0.2684 0.109 -0.8906 -15265.776
s.e. 0.1145 0.102 0.0798 8047.169
sigma^2 estimated as 2.869e+11: log likelihood=-2265....