I have a question about reghdfe and boottest commands. I am trying to answer whether people's expectations of a variable are systematically different along observable dimensions, such as some demographic characteristics age and income. The data sample is clustered at state and year levels. So I ran something like
Code:
reghdfe forecastsisy ageisy incomeisy, vce(cluster state year)
Code:
boottest age
Plus, if I want to add state and year fixed effects in the model, such as
Code:
reghdfe forecastsisy ageisy incomeisy, a(state year) vce(cluster state year)
I have the latest versions of both reghdfe (6.12.1) and boottest (3.2.3).
Thank you so much!
0 Response to reghdfe and boottest
Post a Comment