Re: [R] Sequential multiple regression

2011-03-31 Thread Bert Gunter
op1 give you type I anova (the args > don't appear to have a way to do so)?  Another package/function perhaps? > > Tyler > >> Date: Thu, 31 Mar 2011 09:32:02 -0700 >> Subject: Re: [R] Sequential multiple regression >> From: gunter.ber...@gene.com >> To:

Re: [R] Sequential multiple regression

2011-03-31 Thread Tyler Rinker
Mar 2011 09:32:02 -0700 > Subject: Re: [R] Sequential multiple regression > From: gunter.ber...@gene.com > To: tyler_rin...@hotmail.com > CC: r-help@r-project.org > > ?drop1 > > -- Bert > > On Thu, Mar 31, 2011 at 9:24 AM, Tyler Rinker > wrote: > > > &g

Re: [R] Sequential multiple regression

2011-03-31 Thread Bert Gunter
?drop1 -- Bert On Thu, Mar 31, 2011 at 9:24 AM, Tyler Rinker wrote: > > Hello, > > In the past I have tended to reside more in the ANOVA camp but am trying to > become more familiar with regression techniques in R.  I would like to get > the F change from a model as I take away factors: > > SO

[R] Sequential multiple regression

2011-03-31 Thread Tyler Rinker
Hello, In the past I have tended to reside more in the ANOVA camp but am trying to become more familiar with regression techniques in R. I would like to get the F change from a model as I take away factors: SO... mod1<-lm(y~x1+x2+x3)...mod2<-lm(y~x1,x2)...mod3<-lm(y~x1) I can