mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 22:50:59 -05:00
Modify boot_lmjl to comment out engine setting
This commit is contained in:
parent
d46c68c36c
commit
662fce32ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue