Hello,
I'm bootstrapping my estimation as follows:
I have a small doubt. Do I have to drop the variables I'm not utilizing from the dataset to carry out bootstrap estimation? Also, if someone could confirm I'm proceeding the right way with respect to the codes, it would be great.
Thanks
I'm bootstrapping my estimation as follows:
Code:
reghdfe x $controls if phase, a(state) vce(cl cluster) predict x_hat bootstrap, reps(50): probit y x_hat $controls if phase, vce(cl cluster) eststo A: margins, dydx(x_hat) post
Thanks
Comment