kidney_data {marcox} | R Documentation |
Kidney Disease Study Data
Description
A dataset containing survival analysis information related to kidney disease patients.
Usage
data(kidney_data)
Format
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.
Source
Hypothetical survival study data.
Examples
data(kidney_data)
summary(kidney_data)
[Package marcox version 1.0.0 Index]