ContinuousOutcome | R Documentation |
A dataset containing phenotype data and high-dimensional mediators for continuous outcome analysis. The dataset was simulated using parameters generated from real data.
ContinuousOutcome
A list with the following components:
A data frame containing:
treated (value = 1) or not treated (value = 0).
a normally distributed continuous outcome variable.
female (value = 1) or male (value = 0).
age of the participant.
A matrix of high-dimensional mediators (rows: samples, columns: variables).
data(ContinuousOutcome)
head(ContinuousOutcome$PhenoData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.