Learn R Programming

RISCA (version 1.0.7)

dataCSL: CSL Liver Chirrosis Data.

Description

Survival status for the liver chirrosis patients of Schlichting et al.

Usage

data(dataCSL)

Arguments

Format

This data frame contains the following columns:

ida numeric vector related to the subject ID.
timeA numeric vector with the time of measurement.
protA numeric vector with the prothrombin level at measurement time.
dcA numeric vector code. 0: censored observation, 1: died at eventT.
eventTA numeric vector with the time of event (death).
treatA numeric vector code. 0: active treatment of prednisone, 1: placebo treatment.
sexA numeric vector code. 0: female, 1: male.
ageA numeric vector with the age of subject at inclusion time subtracted 60.
prot.baseA numeric vector with the prothrombin base level before entering the study
prot.prevA numeric vector with the level of prothrombin at previous measurement time.
ltA numeric vector with the starting time for the time-interval.
rtA numeric vector with the stopping time for the time-interval.

References

Schlichting et al. Prognostic factors in cirrhosis identified by Cox's regression model. Hepatology. 1983 Nov-Dec;3(6):889-95. <doi https://doi.org/ 10.1002/ hep.1840030601>

Examples

Run this code
data(dataCSL)
names(dataCSL)

Run the code above in your browser using DataLab