extend_ae_specific_events {metalite.ae}R Documentation

Add average number of events information for AE specific analysis

Description

Add average number of events information for AE specific analysis

Usage

extend_ae_specific_events(outdata)

Arguments

outdata

An outdata object created by prepare_ae_specific().

Value

A list of analysis raw datasets.

Examples

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"))
head(tbl$tbl)

[Package metalite.ae version 0.1.2 Index]