melanoma | R Documentation |
Data from a study of survival in patients with malignant melanoma.
Patients had their tumors surgically removed between 1962 and 1977.
This dataset is part of the boot
R package, originally from Andersen et al. (1993).
data(melanoma)
A data frame with 205 rows and 7 variables:
Numeric. Survival time in days since the operation.
Numeric. Censoring status: 1 indicates death from melanoma, 2 indicates alive at last follow-up (censored), 3 indicates death from other causes (censored).
Numeric. Sex of the patient: 1 = Male, 0 = Female.
Numeric. Age of the patient in years at the time of operation.
Numeric. Year of the operation.
Numeric. Tumor thickness in millimeters (mm).
Numeric. Ulceration status of the tumor: 0 = Absent, 1 = Present.
Andersen, P.K., Borgan, O., Gill, R.D. and Keiding, N. (1993) Statistical Models Based on Counting Processes. Springer-Verlag.
Data included in the boot
R package.
data(melanoma)
str(melanoma)
head(melanoma)
summary(melanoma$time)
table(melanoma$status, melanoma$ulcer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.