R Commander - Time Series
Dear Billpete002, This looks to me like it's possibly a bug in RcmdrPlugin.epack -- that is, you may have done something wrong, but I'd expect in this case that the timeseries plug=in would intercept the error and return an informative error message. You might want to correspond directly with the author of the plug-in package, Erin Hodgess. I'm copying my response to Erin in case she didn't notice your posting. Best, John ------------------------------------------------------- John Fox Senator William McMaster Professor of Social Statistics Department of Sociology McMaster Univeristy Hamilton, Ontario, Canada
-----Original Message----- From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Billpete002 Sent: August-09-12 6:55 AM To: r-help at r-project.org Subject: [R] R Commander - Time Series Hello all, I'm just starting to learn R and I heard a good way of doing that was R Commander. For my work I use a lot of time series, so I installed (and loaded) R Commander with epack. When I go to Ts-Models, after loading my data, I click on ARIMA Models
tab.
I load my variable D1 Ln Demand (1st differenced ln demand). I set my regular and seasonal p d q settings hit run and I get: [1] "Error in list(order = c(0, 1, 0), period = ) : argument 2 is empty\n" attr(,"class") [1] "try-error" attr(,"condition") <simpleError in list(order = c(0, 1, 0), period = ): argument 2 is empty> I assume it means the period is empty? But there was no option to set
that.
It says in the messages sections: [4] ERROR: argument 2 is empty [5] ERROR: the model ArimaModel.1 is no longer available [6] ERROR: There are no models from which to choose. [7] ERROR: argument 2 is empty [8] ERROR: the model ArimaModel.2 is no longer available [9] ERROR: argument 2 is empty [10] ERROR: the model ArimaModel.4 is no longer available Thoughts? -- View this message in context: http://r.789695.n4.nabble.com/R- Commander-Time-Series-tp4639765.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ 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.