R Dataset / Package KMsurv / hodg

On this R-data statistics page, you will find information about the hodg data set which pertains to data from Section 1.10. The hodg data set is found in the KMsurv R package. You can load the hodg data set in R by issuing the following command at the console data("hodg"). This will load the data into a variable called hodg. If R says the hodg 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 hodg R data set. The size of this file is about 724 bytes.

data from Section 1.10

Description

The hodg data frame has 43 rows and 6 columns.

Format

This data frame contains the following columns:

gtype

Graft type (1=allogenic, 2=autologous)

dtype

Disease type (1=Non Hodgkin lymphoma, 2=Hodgkins disease)

time

Time to death or relapse, days

delta

Death/relapse indicator (0=alive, 1=dead)

score

Karnofsky score

wtime

Waiting time to transplant in months

Source

Klein and Moeschberger (1997) Survival Analysis Techniques for Censored and truncated data, Springer. Avalos et al. Bone Marrow Transplantation 13(1993):133-138.

Examples

data(hodg)

Dataset imported from https://www.r-project.org.

Attachments: csv, json

<iframe src="https://pmagunia.com/iframe/r-dataset-package-kmsurv-hodg.html" width="100%" height="100%" style="border:0px"></iframe>