extend_ae_specific_events: Add average number of events information for AE specific...

View source: R/extend_ae_specific.R

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

Merck/metalite.ae documentation built on Feb. 10, 2025, 5:03 p.m.