simudata: Function to Simulate Testing Data

Description Usage Arguments Value References Examples

View source: R/main.R

Description

simudata is a function that generates a simulated data.

Usage

1
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

1
data.list = simudata()

Example output

Loading required package: fdapace
Loading required package: survival

LCox documentation built on May 2, 2019, 8:32 a.m.

Related to simudata in LCox...