R Dataset / Package KMsurv / burn
On this R-data statistics page, you will find information about the burn data set which pertains to data from Section 1.6. The burn data set is found in the KMsurv R package. You can load the burn data set in R by issuing the following command at the console data("burn"). This will load the data into a variable called burn. If R says the burn 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 burn R data set. The size of this file is about 6,267 bytes.
data from Section 1.6
Description
The burn
data frame has 154 rows and 17 columns.
Format
This data frame contains the following columns:
- Obs
-
Observation number
- Z1
-
Treatment: 0-routine bathing 1-Body cleansing
- Z2
-
Gender (0=male 1=female)
- Z3
-
Race: 0=nonwhite 1=white
- Z4
-
Percentage of total surface area burned
- Z5
-
Burn site indicator: head 1=yes, 0=no
- Z6
-
Burn site indicator: buttock 1=yes, 0=no
- Z7
-
Burn site indicator: trunk 1=yes, 0=no
- Z8
-
Burn site indicator: upper leg 1=yes, 0=no
- Z9
-
Burn site indicator: lower leg 1=yes, 0=no
- Z10
-
Burn site indicator: respiratory tract 1=yes, 0=no
- Z11
-
Type of burn: 1=chemical, 2=scald, 3=electric, 4=flame
- T1
-
Time to excision or on study time
- D1
-
Excision indicator: 1=yes 0=no
- T2
-
Time to prophylactic antibiotic treatment or on study time
- D2
-
Prophylactic antibiotic treatment: 1=yes 0=no
- T3
-
Time to straphylocous aureaus infection or on study time
- D3
-
Straphylocous aureaus infection: 1=yes 0=no
Source
Klein and Moeschberger (1997) Survival Analysis Techniques for Censored and truncated data, Springer. Ichida et al. Stat. Med. 12 (1993): 301-310.
Examples
data(burn)
Dataset imported from https://www.r-project.org.