BinaryOutcome | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.