Skip to content

Commit

Permalink
Update boottest.ado
Browse files Browse the repository at this point in the history
  • Loading branch information
droodman authored Dec 23, 2023
1 parent a189959 commit 7defcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boottest.ado
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cap program drop _boottest
program define _boottest, rclass sortpreserve
version 11

local JLVERSION 0.7.2
local JLVERSION 0.7.3

local cmd = cond(substr("`e(cmd)'", 1, 6)=="ivreg2" | ("`e(cmd)'"=="ivreghdfe" & "`e(extended_absvars)'"==""), "ivreg2", "`e(cmd)'")
local ivcmd = cond(inlist("`cmd'","reghdfe","ivreghdfe"), cond("`e(model)'"=="iv", "ivreg2", ""), cond("`cmd'"=="xtivreg2", "ivreg2", "`cmd'"))
Expand Down

0 comments on commit 7defcc8

Please sign in to comment.