Yuan, Rebecca
2013-Mar-21 13:56 UTC
[R] How could I specify "no interception term" in arima?
Hello, I cannot find it in ?arima, does someone know how to specify "no interception" term in arima? Thanks, Rebecca ---------------------------------------------------------------------- This message, and any attachments, is for the intended r...{{dropped:5}}
Rui Barradas
2013-Mar-21 18:45 UTC
[R] How could I specify "no interception term" in arima?
Hello, In fact, it's written there, in ?arima: "Further, if include.mean is true (the default for an ARMA model), this formula applies to X - m rather than X." So, use include.mean = FALSE Hope this helps, Rui Barradas Em 21-03-2013 13:56, Yuan, Rebecca escreveu:> Hello, > > I cannot find it in ?arima, does someone know how to specify "no interception" term in arima? > > Thanks, > > Rebecca > > ---------------------------------------------------------------------- > This message, and any attachments, is for the intended r...{{dropped:5}} > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >