[R] Arima
Pascal Grandeau
pgrandeau at free.fr
Sun Dec 16 20:07:03 CET 2001
I did a regression with ARMA errors using arima0 with
ari<-arima0(y,order=c(2,0,2),xreg=reg1,delta=-1)
or
ari<-arima0(y,order=c(2,0,2),xreg=reg1)
where reg1 is the matrix of the regressors and when I see diag(ari$var.coef)
I get negative terms. Do you know what this mean ?
I try to change transform.pars to 0 or 1 but this crash R on Windows.
Is it possible to test the significativity of the estimators obtained by
arima0 and how ?
I use arima0 because I have regressors and it seems it is impossible to uses
arma() in tseries with regressors.
Does anyone make a routine for regression with ARMA errors with least
squares ?
Another question : how can I handle missing values in regression with ARMA
errors with R ?
Thank you very much.
Pascal GRANDEAU
PS : do you know if there exist companies making formations on R in France ?
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list