Re: [R] Backward logistic regression

2009-07-02 Thread Tal Galili
If the daya set is not "too big", I believe the easiest will be: stepAIC from the MASS package... On Thu, Jul 2, 2009 at 11:21 PM, Angela Radulescu < angela.radule...@gmail.com> wrote: > Hi, > > I have performed a binary logistic regression using the glm ( family = > binomial("logit") )comm

[R] Backward logistic regression

2009-07-02 Thread Angela Radulescu
Hi, I have performed a binary logistic regression using the glm ( family = binomial("logit") )command on 6 IV's and one DV. I would like to now repeat the regression in backward fashion. What is the easiest way to do so in R? Thanks in advance! Best, Angela [[alternative HTML version de