mirror of
https://github.com/dwinkler1/fran.git
synced 2026-02-19 14:40:58 -05:00
Testing for julia engine of fwildclusterboot
This commit is contained in:
parent
5160c403b5
commit
5805f09758
3 changed files with 39 additions and 39 deletions
16
test/test.R
16
test/test.R
|
|
@ -12,7 +12,23 @@ boot_lm <- boottest(
|
|||
param = "treatment",
|
||||
B = 999
|
||||
)
|
||||
boot_lmjl <- boottest(
|
||||
lm_fit,
|
||||
clustid = "group_id1",
|
||||
param = "treatment",
|
||||
B = 999,
|
||||
engine = "WildBootTests.jl"
|
||||
)
|
||||
setBoottest_engine("WildBootTests.jl")
|
||||
boot_lmjl2 <- boottest(
|
||||
lm_fit,
|
||||
clustid = "group_id1",
|
||||
param = "treatment",
|
||||
B = 999
|
||||
)
|
||||
summary(boot_lm)
|
||||
summary(boot_lmjl)
|
||||
summary(boot_lmjl2)
|
||||
|
||||
cat("\n============================================================ httpgd ============================================================\n")
|
||||
library(httpgd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue