View source: R/extend_ae_summary_eaer.R
extend_ae_summary_eaer | R Documentation |
Add exposure-adjusted rate information for AE summary analysis
extend_ae_summary_eaer(
outdata,
duration_var = "TRTDUR",
adj_unit = c("year", "month", "week", "day")
)
outdata |
An |
duration_var |
A character value of duration variable name.
By default, |
adj_unit |
A character value of exposure adjusted unit.
It could be select from |
A list of analysis raw datasets.
meta <- meta_ae_example()
prepare_ae_summary(
meta,
population = "apat",
observation = "wk12",
parameter = "any;rel;ser"
) |>
extend_ae_summary_eaer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.