Modify boot_lmjl to comment out engine setting

This commit is contained in:
Daniel Winkler 2025-09-12 21:42:12 +10:00 committed by GitHub
commit 662fce32ba
Failed to generate hash of commit

View file

@ -16,10 +16,10 @@ boot_lmjl <- boottest(
lm_fit,
clustid = "group_id1",
param = "treatment",
B = 999,
engine = "WildBootTests.jl"
B = 999#,
# engine = "WildBootTests.jl"
)
setBoottest_engine("WildBootTests.jl")
#setBoottest_engine("WildBootTests.jl")
boot_lmjl2 <- boottest(
lm_fit,
clustid = "group_id1",