R Dataset / Package KMsurv / alloauto
On this R-data statistics page, you will find information about the alloauto data set which pertains to data from Section 1.9. The alloauto data set is found in the KMsurv R package. You can load the alloauto data set in R by issuing the following command at the console data("alloauto"). This will load the data into a variable called alloauto. If R says the alloauto data set is not found, you can try installing the package by issuing this command install.packages("KMsurv") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the alloauto R data set. The size of this file is about 1,074 bytes.
data from Section 1.9
Description
The alloauto
data frame has 90 rows and 5 columns.
Format
This data frame contains the following columns:
- time
-
Time to death or relapse, months
- type
-
Type of transplant (1=allogeneic, 2=autologous)
- delta
-
Leukemia-free survival indicator (0=alive without relapse, 1=dead or relapse)
Source
Klein and Moeschberger (1997) Survival Analysis Techniques for Censored and truncated data, Springer. Kardaun Stat. Nederlandica 37 (1983), 103-126.
Examples
data(alloauto)
Dataset imported from https://www.r-project.org.