We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae76632 commit e93b979Copy full SHA for e93b979
vignettes/sampleSize_parallel.Rmd
@@ -59,7 +59,7 @@ lequi_upper <- setNames(rep(log(1.25), 5), paste0("y", 1:5))
59
ss <- sampleSize(power = 0.8, alpha = 0.05,
60
mu_list = list("R" = mu_r, "T" = mu_t),
61
sigma_list = list("R" = sigma, "T" = sigma),
62
- list_comparator = list(c("R", "T")),
+ list_comparator = list("T_vs_R" = c("R", "T")),
63
list_lequi.tol = list("T_vs_R" = lequi_lower),
64
list_uequi.tol = list("T_vs_R" = lequi_upper),
65
dtype = "parallel", ctype = "DOM", lognorm = FALSE,
@@ -99,6 +99,7 @@ ss <- sampleSize(power = 0.8, alpha = 0.05,
99
100
101
rho = 0.8, # high correlation between the endpoints
102
103
104
105
0 commit comments