LCox (version 0.1.0)

simudata: Function to Simulate Testing Data

Description

simudata is a function that generates a simulated data.

Usage

simudata(n = 50, nf = 5)

Arguments

n

Total number of patients.

nf

The average number of follow-up visits per patient.

Value

returns a list with following objects.

data

Longitudinal gene expression data.

data.id

Survival data with important covariates.

References

LCox: A tool for selecting genes related to survival outcomes using longitudinal gene expression data. Jiehuan Sun, Jose D. Herazo-Maya, Jane-Ling Wang, Naftali Kaminski, and Hongyu Zhao.

Examples

Run this code
# NOT RUN {
data.list = simudata()
# }

Run the code above in your browser using DataLab