View source: R/extend_ae_specific.R
extend_ae_specific_inference | R Documentation |
Add inference information for AE specific analysis
extend_ae_specific_inference(outdata, ..., ci = 0.95)
outdata |
An |
... |
Other options passed on to |
ci |
A numeric value for the percentile of confidence interval. |
A list of analysis raw datasets.
meta <- meta_ae_example()
tbl <- prepare_ae_specific(meta,
population = "apat",
observation = "wk12",
parameter = "rel"
) |>
extend_ae_specific_inference(eps = 1e-6, bisection = 200) |>
format_ae_specific(display = c("n", "prop", "diff", "diff_ci"))
head(tbl$tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.