Hi all.
I use the next command to estimate what called in the economic literature the "child penalty", following Kleven, Landais and Sogaard (AEJ: Applied Economics, 2019):
But i heard the the command
is better to use since it's standard errors are more accurate. What id the parallel syntax that I should use?
Thanks,
Fitzgerald
I use the next command to estimate what called in the economic literature the "child penalty", following Kleven, Landais and Sogaard (AEJ: Applied Economics, 2019):
Code:
reg wage ib(6).year_relative_to_first_child_birth_adj i.year i.age, robust
Code:
reghdfe
Thanks,
Fitzgerald

Comment