We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038e187 commit fe8b242Copy full SHA for fe8b242
R/IPD_stats.R
@@ -23,7 +23,7 @@
23
#' strategy <- strategy_maic()
24
#' ipd <- data.frame(id = 1:100, treatment = sample(c("A", "C"), 100, replace = TRUE), outcome = rnorm(100))
25
#' ald <- data.frame(treatment = c("A", "C"), mean = c(0.2, 0.1), var = c(0.05, 0.03))
26
-#' IPD_stats(strategy, ipd, ald, scale = "log")
+#' IPD_stats(strategy, ipd, ald, scale = "log_odds")
27
#' }
28
#' @export
29
#'
0 commit comments