Learn R Programming

HIMA (version 2.2.0)

Example3: Example dataset 3 for HIMA: Survival data outcome

Description

A list dataset containing a phenotype dataset and a mediator dataset (n=200 participants, p=200 biomarkers). The variables in the phenotype are as follows:

Usage

Example3

Arguments

Value

A list containing two objects: PhenoData and Mediator

Format

An object of class list of length 2.

Details

  • Treatment: treated (value = 1) or not treated (value = 0)

  • Status: Status indicator: dead (value = 1) or alive (value = 0)

  • Time: time to event

  • Sex: female (value = 1) or male (value = 0)

  • Age: Age of the participant

The datasets are simulated using parameters generated from a real dataset. The code used to generate the data can be found in /inst/script folder of the package.