Re: [R] forecast.lm() and NEWDATA

2013-11-05 Thread PIKAL Petr
Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Ryan > Sent: Monday, November 04, 2013 4:19 PM > To: David Winsemius > Cc: r-help@r-project.org > Subject: Re: [R] forecast.lm() and NEWDATA >

Re: [R] forecast.lm() and NEWDATA

2013-11-04 Thread Ryan
Hi David (and everyone) Thank you for your reply. I see I copied down the code wrong for the regression. I was using the "+" seperator, and not ",". The regression was working. I made a mistake with the NEWDATA, where I also used "+", instead of ",", however I see both work but return very

Re: [R] forecast.lm() and NEWDATA

2013-11-01 Thread David Winsemius
On Nov 1, 2013, at 6:50 AM, Ryan wrote: > Good day all. > > I am hoping you can help me (and I did this right). I've been working in R > for a week now, and have encountered a problem with forecast.lm(). > > I have a list of 12 variables, all type = double, with 15 data entries. > (I imported

[R] forecast.lm() and NEWDATA

2013-11-01 Thread Ryan
Good day all. I am hoping you can help me (and I did this right). I've been working in R for a week now, and have encountered a problem with forecast.lm(). I have a list of 12 variables, all type = double, with 15 data entries. (I imported them from tab delimited text files, and then formatted