Displaying 1 result from an estimated 1 matches for "glm00".
Did you mean:
glm0
2006 Jul 13
1
step method in glm()
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")
and another one:
> step(glm00, scope=for...