Hi all,
I want to do instrumental variable analysis using reghdfe. My syntax perfectly worked with Stata 17 but now with Stata 18 it gives me the parentheses unbalanced error. I could not find any online resources to fix the issue. Any help would appreciated. Here is my syntax
reghdfe profit firm_age firm size i.year (ab =instrument), absorb(firmid) vce (cluster firmid) old stage (first)
I want to do instrumental variable analysis using reghdfe. My syntax perfectly worked with Stata 17 but now with Stata 18 it gives me the parentheses unbalanced error. I could not find any online resources to fix the issue. Any help would appreciated. Here is my syntax
reghdfe profit firm_age firm size i.year (ab =instrument), absorb(firmid) vce (cluster firmid) old stage (first)
Comment