I'm working on a multilevel growth model that predicts reading score increases across grades 6 to 8. Students in the sample follow a typical grade progression, and are enrolled in the same school across grades 6 to 8. I've included pweights in my mixed model, and I received the following error message, "likelihood evaluates to missing r(430)."
mixed readingscore [pw=iptw] || school: , weight(sweight) || id: , cov(un)
Does anyone have a sense of what could be going wrong here?
Thank you in advance.
mixed readingscore [pw=iptw] || school: , weight(sweight) || id: , cov(un)
Does anyone have a sense of what could be going wrong here?
Thank you in advance.
Comment