Can we divide into separate steps the variables with missing data according to their type while multiple imputing them in Stata? For example, can we regress the continuous variables separately e.g., as
mi impute chained (regress) total_diseases number_pateints age = education employment , add(20) noisily augment
categorical as,
mi impute chained (logit) score_scale drug_pregference = education employment, add(20) noisily augment
categorical as,
mi impute chained (logit) q5 q33 q56 = education employment, add(20) noisily augment
and not as,
mi impute chained (regress) total_diseases number_pateints age (logit) score_scale drug_pregference (logit) q5 q33 q56 = education employment, add(20) noisily augment
Just wondering if it is possible?
Related Posts with Multiple imputation
FEM categorial variable outputHello, In my fixed effect model with the effect of parenting styles (categorial) on problemativ beh…
How to capture the results of lookfor_all to local files?Hi, I am searching for (lookfor_all from ssc) all datasets in a directory that contain the target v…
countingHello, I have a database in Stata and I need to count the number of nodules in each patient. The fir…
replacing variable value via a loop conditioning on the contents of other variablesHello, I have dataset which has 14 variables relating ethnic group: eth1 eth2 eth3...eth14. The va…
Store result from calculation to a matrix?Hi all! I'm trying to compute the jackknife variance estimate using the formula from Hansen's "Econo…
Subscribe to:
Post Comments (Atom)
0 Response to Multiple imputation
Post a Comment