liver_counting {collett} | R Documentation |
Data from a cirrhosis study (in counting process format)
Description
Artificial data
Usage
liver_counting
Format
A data frame with 54 rows and 7 variables:
patient
integer patient id
start
integer start time (days)
stop
integer stop time (days)
status
integer event indicator (0=censored, 1=uncensored)
treat
integer treatment group (0=placebo, 1=Liverol)
age
integer age of the patient at start of study (years)
lbrt
double logarithm of bilirubin level
Details
See Collett (2023). Note that the variable for log of bilirubin differs to that for "liverbase".
[Package collett version 0.1.0 Index]