Displaying 2 results from an estimated 2 matches for "month_week".
2018 Feb 26
2
glm package - Negative binomial regression model - Error
...s 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, family=quasibinomial,
> data=d)
>
> d$prop<-out$fitted.values
Error in `$<-.data.frame`(`*tmp*`, prop, value = c(0.0486530542835839, :
replacement has 208 rows, data has 365
> d$n_p1<-d$prop*d$factor*10
&...
2018 Feb 26
0
glm package - Negative binomial regression model - Error
...ssion, 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, family=quasibinomial,
> > data=d)
> >
> > d$prop<-out$fitted.values
>
> Error in `$<-.data.frame`(`*tmp*`, prop, value = c(0.0486530542835839, :
> replacement has 208 rows, data has 365
&g...