Skip to content

Commit 40dcc69

Browse files
committed
Update tbl_ard-functions.Rmd
1 parent ae6085b commit 40dcc69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vignettes/articles/tbl_ard-functions.Rmd

+2
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ ard_survival <-
182182
variables = "trt",
183183
times = c(12, 24)
184184
) |>
185+
# retain survival time statistics
186+
dplyr::filter(variable == "time") |>
185187
update_ard_fmt_fn(stat_names = c("estimate", "conf.low", "conf.high"), fmt_fn = "xx%")
186188
187189
# ARD with the mean post-treatment marker level with 95%CI

0 commit comments

Comments
 (0)