Just to add some more detail to the previous post:
In particular, I'm using PISA data, where student data (weights are named w_fstuwt) is nested within schools (weights are named as w_schgrnrabtwt). So I need to do the same as below, but I want this analysis to be done for different quantiles of my dependent variable --math scores-- keeping the student and school weights in the model and including school fixed effects.
In particular, I'm using PISA data, where student data (weights are named w_fstuwt) is nested within schools (weights are named as w_schgrnrabtwt). So I need to do the same as below, but I want this analysis to be done for different quantiles of my dependent variable --math scores-- keeping the student and school weights in the model and including school fixed effects.
HTML Code:
mixed math_scores X [pw=w_fstuwt] || cntschid:, pw(w_schgrnrabwt) pwscale(size)
Comment