Displaying 1 result from an estimated 1 matches for "adjust_r2".
2013 Mar 21
1
Could I get the following stats from arima()?
...ma(x,order=c(1,0,0))
and I know I can get the following from fit via
est.coef = coef(fig)
est.aic = fit$aic
std.err = sqrt(diag(vcov(fit)))
t.stat = est.coef/std.err
How can I get the following stat from arima?
Pr(>|t|)
r2
adjust_r2
rmse
Thanks,
Rebecca
----------------------------------------------------------------------
This message, and any attachments, is for the intended r...{{dropped:5}}