View source: R/format_ae_exp_adj.R
format_ae_exp_adj | R Documentation |
Format exposure-adjusted AE summary
format_ae_exp_adj(
outdata,
display = c("n", "total_exp", "events", "eaer", "total"),
digits_total_exp = 2,
digits_eaer = 2,
mock = FALSE
)
outdata |
An |
display |
A character vector of measurement to be displayed:
|
digits_total_exp |
A numeric value of number of digits for total exposure value. |
digits_eaer |
A numeric value of number of digits for exposure-adjusted event rate. |
mock |
A boolean value to display mock table. |
A list of analysis raw datasets.
meta <- meta_ae_example()
outdata <- meta |>
prepare_ae_summary(
population = "apat",
observation = "wk12",
parameter = "any;ser;rel"
) |>
extend_ae_summary_eaer(adj_unit = "month")
tbl <- outdata |>
format_ae_exp_adj()
head(tbl$tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.