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