Re: [R] R Commander - Time Series

2012-08-09 Thread John Kane
Skitt's is definately the name I remember. Very active on some English language newsgroups. John Kane Kingston ON Canada > -Original Message- > From: dwinsem...@comcast.net > Sent: Thu, 9 Aug 2012 13:13:40 -0700 > To: jrkrid...@inbox.com > Subject: Re: [R] R Com

Re: [R] R Commander - Time Series

2012-08-09 Thread Prof Brian Ripley
On 09/08/2012 21:13, David Winsemius wrote: On Aug 9, 2012, at 8:55 AM, John Kane wrote: Rather dput(head(my data, 50)) There's an Internet name for the misspelling a correction of a spelling error. Something like Corollary. This is what I found, but it's not the name I (don't) remember:

Re: [R] R Commander - Time Series

2012-08-09 Thread David Winsemius
id...@inbox.com Subject: Re: [R] R Commander - Time Series On Aug 9, 2012, at 9:21 AM, John Kane 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 be

Re: [R] R Commander - Time Series

2012-08-09 Thread John Kane
> Rather dput(head(my data, 50)) Argh!!! I think that in the third time in three weeks . John Kane Kingston ON Canada > -Original Message- > From: michael.weyla...@gmail.com > Sent: Thu, 9 Aug 2012 10:29:07 -0500 > To: jrkrid...@inbox.com > Subject: Re: [R] R Comma

Re: [R] R Commander - Time Series

2012-08-09 Thread John Fox
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

Re: [R] R Commander - Time Series

2012-08-09 Thread Michael Weylandt
On Aug 9, 2012, at 9:21 AM, John Kane 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() comman

Re: [R] R Commander - Time Series

2012-08-09 Thread John Kane
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