-----Original Message-----
From: michael.weylandt at gmail.com
Sent: Thu, 9 Aug 2012 10:29:07 -0500
To: jrkrideau at inbox.com
Subject: Re: [R] R Commander - Time Series
On Aug 9, 2012, at 9:21 AM, John Kane <jrkrideau at inbox.com> wrote:
I don't think a lot of people here use R Commander so diagnosing
something from there may be difficult.
Probably the first thing to do is to supply us with some sample data.
The best way do do this is usually to use the dput() command and just
copy and paste the output into your email . If it is a lot of data try
something like head(dput(mydata, 50)) which should supply 50 rows of
data.. I think you can do this by typing it in the Script window.
Rather dput(head(my data, 50))
Also we should see the output window commands and error messages.
BTW, nice as Rcmdr is, in the longer run, I think you are better off
with a terminal and good R editor. Tinn-R for Windows or gedit for linux
are not bad and some fanatics love EMACS with ESS :)
Wecome to R.
John Kane
Kingston ON Canada
-----Original Message-----
From: billpete002 at hotmail.com
Sent: Thu, 9 Aug 2012 06:54:50 -0700 (PDT)
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.