powered by
Hypothetical data to be used in examples.
data(data_example_landpred)
A data frame with 4868 observations on the following 5 variables.
XL
a numeric vector. XL = min(TL, C) where TL is the time of the long term event, C is the censoring time.
DL
a 0/1 vector. DL =1*(TL<C) where TL is the time of the long term event, C is the censoring time.
XS
a numeric vector. XS = min(TS, C) where TS is the time of the long term event, C is the censoring time.
DS
a 0/1 vector. DS =1*(TS<C) where TS is the time of the long term event, C is the censoring time.
Z
a 0/1 vector of discrete covariate values.
Run the code above in your browser using DataLab