Displaying 2 results from an estimated 2 matches for "paulaveronica".
2018 Feb 26
0
glm package - Negative binomial regression model - Error
...ta and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey
///////////////////////////////////////////////////////////////////////////////////////////
<https://www.inbo.be>
2018-02-26 2:07 GMT+01:00 Paula Couto <paulaveronica at gmail.com>:
> HI there
>
> I am running this model in negative binomial regression, using glm.
> I had no problems with running the model with a set of data, but now that
> i'm trying to run if for new one. I always have this same error when
> running the regression:
&...
2018 Feb 26
2
glm package - Negative binomial regression model - Error
HI there
I am running this model in negative binomial regression, using glm.
I had no problems with running the model with a set of data, but now that
i'm trying to run if for new one. I always have this same error when
running the regression:
>
> #Run Regression
> x=cbind(factor2ind(d$year),factor2ind(d$month_week))
>
> out<- glm(cbind(influenza, n_sample) ~ x,