safety_outlier_explorer {safetyCharts}R Documentation

Safety Outlier Explorer

Description

Safety Outlier Explorer

Usage

safety_outlier_explorer(data, settings)

Arguments

data

labs data structured as one record per person per visit per measurement. See details for column requirements.

settings

named list of settings with the parameters specified below.

Details

The settings object provides details the columns in the data set.

Value

returns a chart object

Examples


settings <- list(
    id_col = "USUBJID",
    measure_col = "LBTEST",
    measure_values = c("Albumin", "Bilirubin", "Chloride"),
    studyday_col = "VISITDY",
    value_col = "LBORRES"
)
safety_outlier_explorer(safetyData::sdtm_lb, settings)

[Package safetyCharts version 0.3.0 Index]