Re: [R] Re gression for loop test HELP! URGENT!

2009-07-21 Thread Petr PIKAL
> > > > Best, > > Daniel > > - > > cuncta stricte discussurus > > - > > > > -Ursprüngliche Nachricht----- > > Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org ] I

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-21 Thread Rbeginner
prediction. > > Best, > Daniel > - > cuncta stricte discussurus > - > > -Ursprüngliche Nachricht- > Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im > Auftrag von Rbeginner > Gesendet:

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-21 Thread Rbeginner
prediction. > > Best, > Daniel > - > cuncta stricte discussurus > - > > -Ursprüngliche Nachricht- > Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im > Auftrag von Rbeginner > Gesendet:

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-20 Thread Daniel Malter
-project.org Betreff: Re: [R] Re gression for loop test HELP! URGENT! I think the problem is that I've been getting replies about how to make new regressions, when in fact, I need to use the one I've produced already to fit new data, 5 rows at a time, to see if it is also a good representation

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-20 Thread Steve Lianoglou
Hi, I think the problem is that I've been getting replies about how to make new regressions, when in fact, I need to use the one I've produced already to fit new data, 5 rows at a time, to see if it is also a good representation of further data. From the replies, I'm getting the impression

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-20 Thread Rbeginner
I think the problem is that I've been getting replies about how to make new regressions, when in fact, I need to use the one I've produced already to fit new data, 5 rows at a time, to see if it is also a good representation of further data. From the replies, I'm getting the impression that the on

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-20 Thread Rbeginner
Thanks Dr. Zuur for your reply. I've followed your suggestion, but it seems that this would only produce more regressions instead of use the one I produced originally to see if the original regression would fit new data? Is error analysis the only way i can make this happen? And how should I writ

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-20 Thread Alain Zuur
Rbeginner wrote: > > Hi everyone! > I'm new to R, and I've sent this message as a non-member, but since it's > pretty urgent, I'm sending it again now I'm on the mailing list (Thanks > Daniel for your suggestion nevertheless). > > I have calculated a regression in the form of M ~ D + O + S, and

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-19 Thread Rbeginner
@r-project.org [mailto:r-help-boun...@r-project.org] Im > Auftrag von Rbeginner > Gesendet: Sunday, July 19, 2009 9:49 PM > An: r-help@r-project.org > Betreff: [R] Re gression for loop test HELP! URGENT! > > > Hi everyone! > I'm new to R, and I'm stuck on a problem I

Re: [R] Re gression for loop test HELP! URGENT!

2009-07-19 Thread Daniel Malter
R] Re gression for loop test HELP! URGENT! Hi everyone! I'm new to R, and I'm stuck on a problem I don't know how to approach. I have calculated a regression in the form of M ~ D + O + S, and I would like to take this regression and test it with other samples, 5 at a time(5

[R] Re gression for loop test HELP! URGENT!

2009-07-19 Thread Rbeginner
Hi everyone! I'm new to R, and I'm stuck on a problem I don't know how to approach. I have calculated a regression in the form of M ~ D + O + S, and I would like to take this regression and test it with other samples, 5 at a time(5 meaning 5 set, each consisting M, D, O, and S of a specific date).