LymphomaData {HCmodelSets}R Documentation

Lymphoma patients data set.

Description

Data set of lymphoma patients used in the study of Alizadeh et al. (2000) and also Simon et al. (2011).

Usage

data(LymphomaData)

Format

patient.data

A list with survival times, staus and covariates from patients.

Value

x

Covariates from patients.

time

Survival times.

status

Patient status.

References

Alizadeh, A. A., et al. (2000). Distinct types of diffuse large B-cell lymphoma identified by gene expression profiling. Nature, 403(6769), p.503.

Simon, N., Friedman, J., Hastie, T., & Tibshirani, R. (2011). Regularization paths for Cox’s proportional hazards model via coordinate descent. Journal of statistical software, 39(5), 1.

Examples

data(LymphomaData)
x <- t(patient.data$x)
y <- patient.data$time

[Package HCmodelSets version 1.1.3 Index]