A simulated data set containing observation time, event indicator, provider information and 5 covariates.
Usage
data(DiscTime)
Format
A list containing the following elements:
- data
example data.
time
represents the observation time;status
is the event indicator;Prov.ID
is the center indicator (include 5 centers);Z1
, ...,Z5
are 5 continuous covariates.- Event.char
variable name of the event indicator.
- prov.char
variable name of the provider indicator.
- Z.char
variable names of covariates.
- Time.char
variable name of the observation time.
Examples
data(DiscTime)
data <- DiscTime$data
head(data)
#> Prov.ID Z1 Z2 Z3 Z4 Z5 time status
#> 1 4 -1.298 -1.471 -1.346 -1.775 -1.241 1.03 1
#> 2 5 0.192 0.163 0.953 1.083 0.371 12.50 0
#> 3 4 -2.315 -2.038 -1.629 -2.577 -2.008 0.53 1
#> 4 1 -0.198 1.231 0.633 0.739 0.214 6.74 1
#> 5 2 0.469 0.640 -0.583 0.161 0.927 12.50 0
#> 6 4 -1.445 -1.848 -3.024 -2.117 -1.894 0.53 1