Displaying 1 result from an estimated 1 matches for "cpglm".
Did you mean:
pglm
2012 Jun 19
1
Error when trying to update cpglm model
Dear all,
I've been having problems running update() to re-fit a cpglm model inside a function (as in the code below). The solution is probably simple, but I'm stuck. If anyone could help, I'd greatly appreciate it.
Regards,
Rubem
## R code
library(cplm)
## Data simulation
period<-factor(1:4)
herd<-factor(1:50)
dat<-exp...