A simulated data set containing observation time, event indicator, provider information and 5 covariates.
Usage
data(ContTime)
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(ContTime)
data <- ContTime$data
head(data)
#> Prov.ID Z1 Z2 Z3 Z4 Z5 status time
#> [1,] 11 3.431888 4.397010 3.800101 4.809899 4.049038 1 0.4984520
#> [2,] 4 2.789097 2.616714 3.401736 3.510431 3.650074 0 3.0000000
#> [3,] 9 5.451523 4.009896 5.473275 4.772835 4.708293 1 0.5987062
#> [4,] 15 2.421634 2.284766 1.747758 2.182607 1.072065 1 0.6406964
#> [5,] 9 5.827436 5.238138 5.536604 5.265083 4.735679 0 3.0000000
#> [6,] 18 2.140707 1.773304 1.792366 1.774502 3.209669 0 3.0000000