powered by
A dataset containing phenotype data and high-dimensional mediators for binary outcome analysis. The dataset was simulated using parameters generated from real data.
BinaryOutcome
A list with the following components:
A data frame containing:
treated (value = 1) or not treated (value = 0).
binary outcome: diseased (value = 1) or healthy (value = 0).
female (value = 1) or male (value = 0).
age of the participant.
A matrix of high-dimensional mediators (rows: samples, columns: variables).
data(BinaryOutcome) head(BinaryOutcome$PhenoData)
Run the code above in your browser using DataLab