Hi,

I'm trying to run a random effects logit models with weights. The syntax I was trying was

xtologit dichotomousdv keyiv control1 contol2 control3 if selectioncriteria==1 [pweight=nweight]

I get a message that weights are not allowed with random effects models (though I'd been using them with xtologit for other models and they worked just fine).

These are sampling weights. The models is random effects because cases are not independent but nested.

I was googling yesterday and found some mention of another command that could be used to run essentially the same model, but now I can't find what I was reading yesterday. Can someone please help me figure out how to do this?

I have stata15

Thank you.