Skip to contents

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

Usage

SurvivalData

Format

A list with the following components:

PhenoData

A data frame containing:

Treatment

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

Status

status indicator: dead (value = 1) or alive (value = 0).

Time

time to the event or censoring.

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(SurvivalData)
head(SurvivalData$PhenoData)
#>   Treatment Status       Time Sex Age
#> 1         1   TRUE 0.01100768   0  32
#> 2         1   TRUE 0.03030355   0  58
#> 3         1   TRUE 0.05730512   1  28
#> 4         0  FALSE 0.67173725   1  40
#> 5         1   TRUE 0.01536887   0  41
#> 6         1  FALSE 1.22992066   0  23