This code:
* only works in small firms (OP tab 2)
egen temp = fastxtile(mve_c), n(5)
keep if temp <= 2
is missing a group_by!
It's perhaps biasing the signal negatively. This signal is very bad anyway (I think it was a control?). But we should fix it.
This code:
is missing a group_by!
It's perhaps biasing the signal negatively. This signal is very bad anyway (I think it was a control?). But we should fix it.