On Sun, 2010-02-14 at 21:39 +, Michelle Waterman wrote:
>
> I was thinking doing something like this:
>
> model2.glm.nb2 <-update(model1.glm.nb, ~ . -rain, -temp, data=climate.dat)
> summary(model2.glm.nb2)
Leave out the "," between your terms:
model2.glm.nb2 <- update(model1.glm.nb, ~ . -
Hello everyone,
Sorry if my question is not clear, my first language is not English, but
Portuguese.
I am building a model for my data, using non-binomial error. I am having a
bit of a problem when updating the model to remove parameters that I no do
no autocorrelate with other variables (I have
2 matches
Mail list logo