dat_udca {debest} | R Documentation |
dat_udca is derived from the udca data from the R survival package with biomarker variables defined as the baseline bilirubin level > 1.
dat_udca
A data frame with 169 rows and 12 variables:
subject id
treatment assignment
disease stage
bilirubin level
disease risk score
follow up time in days
event indicator
follow up time in months
enrollment date
last visit date
biomarker positive indicator (bili>1)
subgroup indicator. 1 : trt=0&BMpos=FALSE; 2 : trt=1&BMpos=FALSE; 3 : trt=0&BMpos=TRUE; 4 : trt=1&BMpos=TRUE.
udca data from the R survival package. https://CRAN.R-project.org/package=survival
data("dat_udca")