diff --git a/boottest.ado b/boottest.ado index 2112e5a..5be524f 100644 --- a/boottest.ado +++ b/boottest.ado @@ -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'"))