Hi, listers
I want to fit a mixed-effect model and the dependent variable is a proportion. The code is:
However, stata complained that:
"outcome does not vary; remember:
0 = negative outcome,
all other nonmissing values = positive outcome "
What should I do and How can I fit such a model with a continuous proportional dependent variable?
I want to fit a mixed-effect model and the dependent variable is a proportion. The code is:
Code:
meglm dependent_variable independent_variables:id:, family(binomial) link(logit)
"outcome does not vary; remember:
0 = negative outcome,
all other nonmissing values = positive outcome "
What should I do and How can I fit such a model with a continuous proportional dependent variable?
Comment