Skip to content

Commit

Permalink
Update ivreghdfe.ado
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorreia committed Mar 1, 2021
1 parent 696f217 commit 55bb40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ivreghdfe.ado
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ program define ivreg211, eclass byable(recall) sortpreserve
* Create HDFE object and update touse
if (`"`absorb'"' != "") {
if (`"`cluster'"' != "") loc reghdfe_options `"`reghdfe_options' vce(cluster `cluster')"'
reghdfe `touse', `reghdfe_options' // create HDFE object
reghdfe `touse', varlist_is_touse `reghdfe_options' // create HDFE object
}

********************************************************************************
Expand Down

0 comments on commit 55bb40e

Please sign in to comment.