I am trying to model the rate of occupational injuries as a function of a series of independent variables. I use the following command:
fracreg logit occupational_injury_rate x, vce(cluster id) family(binomial) link(logit)
where x are my independent variables and id is an identifier on which I want to cluster my standard errors
But the model does not converge. Do you have any idea what is going wrong