powered by
A dataset containing survival analysis information related to kidney disease patients.
data(kidney_data)
A data frame with 76 rows and 5 variables:
time
Numeric: Time to event or censoring (in days).
cens
Binary (0/1): Censoring indicator (1 = event occurred, 0 = censored).
age
Numeric: Age of the patient in years.
sex
Binary (0/1): Sex of the patient (1 = male, 0 = female).
type
Categorical (0,1,2,3): Kidney disease type classification.
data(kidney_data) summary(kidney_data)
Run the code above in your browser using DataLab