Skip to content

Commit fe8b242

Browse files
authored
Update IPD_stats.R
1 parent 038e187 commit fe8b242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/IPD_stats.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' strategy <- strategy_maic()
2424
#' ipd <- data.frame(id = 1:100, treatment = sample(c("A", "C"), 100, replace = TRUE), outcome = rnorm(100))
2525
#' 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")
26+
#' IPD_stats(strategy, ipd, ald, scale = "log_odds")
2727
#' }
2828
#' @export
2929
#'

0 commit comments

Comments
 (0)