How do I change rgehdfe to one-sided test?
I want to change to one-sided to make it more statistically significant, so please also give me some tips to make the results more statistically significant
my current two-sided code is :
global firm_controls " log_asset_ sale_asset_ debt_asset_ market_to_book_ ppe_asset_ capex_asset_ cash_asset_ cashflow_asset_ div_asset_ "
global estab_controls "log_emp hour_emp strike_q3 shut_q3 seasonal_q3 disaster_q3"
global executive_controls "AGE co_tenure sex"
global ceo_controls "AGE ceo_tenure sex"
global cluster "vce(cluster estab_name)"
estimates clear
set more off
eststo: quietly reghdfe estab_tcr dummy_co_recession_worked $firm_controls $estab_controls $executive_controls, $cluster absorb(Company YEAR)
I want to change to one-sided to make it more statistically significant, so please also give me some tips to make the results more statistically significant
my current two-sided code is :
global firm_controls " log_asset_ sale_asset_ debt_asset_ market_to_book_ ppe_asset_ capex_asset_ cash_asset_ cashflow_asset_ div_asset_ "
global estab_controls "log_emp hour_emp strike_q3 shut_q3 seasonal_q3 disaster_q3"
global executive_controls "AGE co_tenure sex"
global ceo_controls "AGE ceo_tenure sex"
global cluster "vce(cluster estab_name)"
estimates clear
set more off
eststo: quietly reghdfe estab_tcr dummy_co_recession_worked $firm_controls $estab_controls $executive_controls, $cluster absorb(Company YEAR)

Comment