Hi everyone,
I'm imputing data using HotDeck.
gen income1 = income if treat == 0
hotdeck income1, store by(eligible) seed(1) impute(5) keep(income1 householdid)
merge 1:1 hhid_key using "$dtemp/imp2.dta", gen(_mnewx) keepusing(income1)
drop _mnewx
It somehow didn't give me reproducible results when I ran the do file several times. I did get the same results when I quit Stata and started all over again. Does anyone know the solution to this?
Thanks so much,
Related Posts with HotDeck results not reproducible
How to run marginal effect for multinomial probit in STATAMy dependent variable has four categories, including 1) working & studying; 2) working but not s…
random numbers to groups of random sizeHi Statalisters! I have the following problem. I have N individuals and I would like to assign to t…
How to detect sources of variations in coefficients obtained from a panel data regression?Is it possible to identify whether and how cross-sectional variation and/or time-series variation co…
Transforming VariablesHI! if i want to (using data from January 1971 to December 2020) transform the the month and year va…
HELP!! Interpreting logged dependant varaible, when its a ratio.Hi Guys, I apologise if this question is hard to read. I'm currently analysing a regression in whic…
Subscribe to:
Post Comments (Atom)
0 Response to HotDeck results not reproducible
Post a Comment