ae_forestly {forestly}R Documentation

Display interactive forest plot

Description

Display interactive forest plot

Usage

ae_forestly(outdata, filter = c("prop", "n"), width = 1400)

Arguments

outdata

An outdata object created by format_ae_forestly().

filter

A character value of the filter variable.

width

A numeric value of width of the table in pixels.

Value

An AE forest plot saved as a shiny.tag.list object.

Examples

adsl <- forestly_adsl[1:100, ]
adae <- forestly_adae[1:100, ]
if (interactive()) {
  meta_forestly(
    dataset_adsl = adsl,
    dataset_adae = adae,
    population_term = "apat",
    observation_term = "wk12"
  ) |>
    prepare_ae_forestly(parameter = "any;rel") |>
    format_ae_forestly() |>
    ae_forestly()
}

[Package forestly version 0.1.0 Index]