From 662fce32ba9373ad184d2f6a79193193e13aef5b Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 12 Sep 2025 21:42:12 +1000 Subject: [PATCH] Modify boot_lmjl to comment out engine setting --- test/test.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test.R b/test/test.R index ff36dc0..ef52e68 100644 --- a/test/test.R +++ b/test/test.R @@ -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",