I run a tobit..with the index (gained from using principal component analysis) . This index is my dependent variable and also specify the ul( the highest values in the index).here are my command
tobit sav_index for_remitt_hh DRatio i.sex_hh i.age_group_hh i.edu_hh i.eco_activity_hh i.married_hh i.hhsize i.religion_hh i.District_Code i.land_acresnew i.type_of_house_hh i.type_of_fuel i.bank_acc_hh, ul(of the index)
i want to know we run the margins with three different command as mentioned below .. which one to report. is my question
margins,dydx(*)atmeans predict (e(0,.))
margins,dydx(*)atmeans predict(ystar(0,.))
margins, dydx(*) predict(p(0,.))
tobit sav_index for_remitt_hh DRatio i.sex_hh i.age_group_hh i.edu_hh i.eco_activity_hh i.married_hh i.hhsize i.religion_hh i.District_Code i.land_acresnew i.type_of_house_hh i.type_of_fuel i.bank_acc_hh, ul(of the index)
i want to know we run the margins with three different command as mentioned below .. which one to report. is my question
margins,dydx(*)atmeans predict (e(0,.))
margins,dydx(*)atmeans predict(ystar(0,.))
margins, dydx(*) predict(p(0,.))
Comment