Hello,
I would like to run a multivariate model in Stata. In R someone can combine the response variables with the cbind command so a possible model would look like this:
glmer ((cbind(D6,A6)) ~ age + sex + route + age:route + age:sex + route:sex, data=data)
However, I can't figure out how to do this in Stata and all reading made me even more confused
Appreciate any comments to get this done.
Thanks
I would like to run a multivariate model in Stata. In R someone can combine the response variables with the cbind command so a possible model would look like this:
glmer ((cbind(D6,A6)) ~ age + sex + route + age:route + age:sex + route:sex, data=data)
However, I can't figure out how to do this in Stata and all reading made me even more confused

Appreciate any comments to get this done.
Thanks
Comment