Hi everyone. I need to help. I am trying run a multilevel model with five plausible value using the database called Terce-Unesco. But, I have read that when someone has five plausible value is necessesary run five twice the multilevel for each plausible value. Pisa recommend it. I have read that is wrong get the mean of five plausible value or chose one plausible value. My routine is this:
/*MODEL MULTINIVEL NULL with VP Y weight*/
pv, pv(PV1LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV2LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV3LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV4LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV5LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
/*1. MODEL MULTINIVEL with VP and weight*/
pv, pv(PV1LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV2LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV3LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV4LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV5LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
The literature explains that is neccesary get the mean of each coefficients. I wish know if I am doing the correct to estimate a multilevel model with five plausible value. If you know courses where I can practice multilevel model using plausible value, I will appreciate it.
Regards,
[email protected]
/*MODEL MULTINIVEL NULL with VP Y weight*/
pv, pv(PV1LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV2LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV3LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV4LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
pv, pv(PV5LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv || IDSCHOOL :@w
/*1. MODEL MULTINIVEL with VP and weight*/
pv, pv(PV1LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV2LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV3LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV4LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
pv, pv(PV5LEN3) weight(wgl) brr rw(w_fstr*) fays(0.5) :xtmixed @pv repitel3 || IDSCHOOL :@w
The literature explains that is neccesary get the mean of each coefficients. I wish know if I am doing the correct to estimate a multilevel model with five plausible value. If you know courses where I can practice multilevel model using plausible value, I will appreciate it.
Regards,
[email protected]
Comment