Learn R Programming

marcox (version 1.0.0)

kidney_data: Kidney Disease Study Data

Description

A dataset containing survival analysis information related to kidney disease patients.

Usage

data(kidney_data)

Arguments

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.

Examples

Run this code
  data(kidney_data)
  summary(kidney_data)

Run the code above in your browser using DataLab