Learn R Programming

MDDC (version 1.1.0)

statin49_AE_idx: Cluster index of the FDA statin dataset with 49 adverse events

Description

A 50 by 2 data frame showing the cluster index of the statin49 dataset's adverse events.

Usage

statin49_AE_idx

Arguments

Format

A data frame with 50 rows and 2 columns: idx and AE.

Details

A data frame with 50 rows and 2 columns: idx and AE. AE lists the adverse event names in the statin49 dataset, while idx lists the cluster index of each adverse event.

The 49 AEs are classified into three clusters: 1) AEs associated with signs and symptoms of muscle injury, 2) AEs associated with laboratory tests for muscle injury, and 3) AEs associated with kidney injury and its laboratory diagnosis and treatment.

Examples

Run this code
data(statin49_AE_idx)
head(statin49_AE_idx)

Run the code above in your browser using DataLab