R Dataset / Package KMsurv / kidrecurr
On this R-data statistics page, you will find information about the kidrecurr data set which pertains to Data on 38 individuals using a kidney dialysis machine. The kidrecurr data set is found in the KMsurv R package. You can load the kidrecurr data set in R by issuing the following command at the console data("kidrecurr"). This will load the data into a variable called kidrecurr. If R says the kidrecurr 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 kidrecurr R data set. The size of this file is about 1,016 bytes.
Data on 38 individuals using a kidney dialysis machine
Description
Data on 38 individuals using a kidney dialysis machine See Problem 13.5.2
Usage
data(kidrecurr)
Format
A data frame with 38 observations on the following 10 variables.
- patient
-
Patient number
- time1
-
Time one of recurrence of infection, days
- infect1
-
Indicator infection one (1=yes, 0=no)
- time2
-
Time two of recurrence of infection, days
- infect2
-
Indicator infection two (1=yes, 0=no)
- age
-
Patient's age
- gender
-
Patient's gender
- gn
-
Disease type GN (1=yes, 0=no)
- an
-
Disease type AN (1=yes, 0=no)
- pkd
-
Disease type PKD (1=yes, 0=no)
Source
Klein and Moeschberger (1997) Survival Analysis Techniques for Censored and truncated data, Springer. McGilchrist and Aisbett 47 (1991):461-466.
Examples
data(kidrecurr)
Dataset imported from https://www.r-project.org.