We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run_eval()
1 parent 4b64ad9 commit 070a7bbCopy full SHA for 070a7bb
1 file changed
tests/testthat/test-run_eval.R
@@ -11,6 +11,7 @@ test_that("Basic run with vanco data + model works", {
11
ruv = mod_obj$ruv,
12
fixed = mod_obj$fixed,
13
censor_covariates = FALSE, # shouldn't matter, since no time-varying covs
14
+ .stats_summ_options = stats_summ_options(acc_error_abs = 0.5, acc_error_rel = 0.25),
15
.vpc_options = vpc_options(skip = TRUE),
16
progress = FALSE
17
)
@@ -43,6 +44,7 @@ test_that("Basic run with vanco data + model works", {
43
44
model = "pkvancothomson",
45
data = nm_vanco,
46
47
48
49
50
0 commit comments