Learn R Programming

sMSROC (version 0.1.3)

ktfs: KTFS dataset

Description

Dataset originally delivered in the RISCA package. It contains data from kidney transplant recipients for whom the Kidney Transplant Failure Score (KTFS) was collected. The KTFS is a score proposed by Foucher et al. (2010) (see References) to assess the recipients according to their risk of returning in dialysis.

Usage

data("ktfs")

Arguments

Format

A data frame with 2169 observations and the following 3 variables:

time

a numeric vector depicting the follow-up time in years.

failure

a numeric vector indicating the graft failure at the end of the follow-up (1-Yes, 0-Censoring).

score

a numeric vector representing the KTFS value.

References

Foucher Y. al. A clinical scoring system highly predictive of long-term kidney graft survival. Kidney International, 78:1288-94, 2020. tools:::Rd_expr_doi("10.1038/ki.2010.232").

Examples

Run this code
data(ktfs)
summary(ktfs)

Run the code above in your browser using DataLab