View source: R/extend_ae_specific.R
extend_ae_specific_events | R Documentation |
Add average number of events information for AE specific analysis
extend_ae_specific_events(outdata)
outdata |
An |
A list of analysis raw datasets.
meta <- meta_ae_example()
tbl <- prepare_ae_specific(meta,
population = "apat",
observation = "wk12",
parameter = "rel"
) |>
extend_ae_specific_events() |>
format_ae_specific(display = c("n", "prop", "events_avg"))
head(tbl$tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.