TYKSSIMU {ePCR} | R Documentation |
TYKSSIMU - simulated data matrices and survival responses from Turku University Hospital
Description
TYKSSIMU - simulated data matrices and survival responses from Turku University Hospital
xMEDISIMU: Simulated prostate cancer data from Turku University Hospital (data matrix x, Medication-cohort)
xTEXTSIMU: Simulated prostate cancer data from Turku University Hospital (data matrix x, Text-cohort)
yMEDISIMU: Simulated prostate cancer data from Turku University Hospital (survival response y, Medication-cohort)
yTEXTSIMU: Simulated prostate cancer data from Turku University Hospital (survival response y, Text-cohort)
Usage
data(TYKSSIMU)
xMEDISIMU
xTEXTSIMU
yMEDISIMU
yTEXTSIMU
Format
xTEXTSIMU:
xMEDISIMU:
yTEXTSIMU:
yMEDISIMU:
An object of class data.frame
with 150 rows and 101 columns.
An object of class data.frame
with 500 rows and 101 columns.
An object of class data.frame
with 150 rows and 3 columns.
An object of class data.frame
with 500 rows and 3 columns.
Author(s)
Teemu Daniel Laajala teelaa@utu.fi, Mika Murtojärvi mianmu2@hotmail.com
References
Laajala TD, Murtojärvi M, Virkki A, Aittokallio T. ePCR: an R-package for survival and time-to-event prediction in advanced prostate cancer, applied to a real-world patient cohort. Laajala TD, Murtojärvi M, Virkki A, Aittokallio T. ePCR: an R-package for survival and time-to-event prediction in advanced prostate cancer, applied to a real-world patient cohort. Bioinformatics. 2018 Jun 15. doi: 10.1093/bioinformatics/bty477.
Examples
data(TYKSSIMU)
head(xTEXTSIMU)
head(xMEDISIMU)
head(yTEXTSIMU)
head(yMEDISIMU)
dim(xTEXTSIMU)
dim(xMEDISIMU)