Re: [R] step method in glm()

2006-07-13 Thread Prof Brian Ripley
As the posting guide requested of you: 0) Do not send HTML mail. 1) Tell us your version of R. Some problems in this area have been corrected recently: if it is not at least 2.3.1, update as asked. 2) Give a reproducible example. On Thu, 13 Jul 2006, Birycki Konrad DomBank Warszawa wrote: >

[R] step method in glm()

2006-07-13 Thread Birycki Konrad DomBank Warszawa
Hello, I estimaded two logit models via glm(). A null model (called glm00) and "full" model with all accessible covariates and interactions between them (glm1). Then I tried to get even better model by step procedure. I tried the following code: > step(glm00, scope=formula(glm1), method="both