Skip to contents

A dataset containing phenotype data and high-dimensional mediators for binary outcome analysis. The dataset was simulated using parameters generated from real data.

Usage

BinaryOutcome

Format

A list with the following components:

PhenoData

A data frame containing:

Treatment

treated (value = 1) or not treated (value = 0).

Disease

binary outcome: diseased (value = 1) or healthy (value = 0).

Sex

female (value = 1) or male (value = 0).

Age

age of the participant.

Mediator

A matrix of high-dimensional mediators (rows: samples, columns: variables).

Examples

data(BinaryOutcome)
head(BinaryOutcome$PhenoData)
#>   Treatment Disease Sex Age
#> 1         1       0   0  50
#> 2         0       1   1  55
#> 3         0       1   1  28
#> 4         0       0   0  55
#> 5         0       0   0  62
#> 6         0       0   0  33