samp_srcs | R Documentation |
This is made-up time-to-event data with properties that make it useful for testing and
demonstrating svycoxme
functions. There is a single level of clustering,
identified with group_id, and the X covariates depend on Z covariates.
samp_srcs
A data frame with 20,000 rows and 10 columns:
Observation-level N(\mu_{X1}, 1)
distributed covariate where \mu_{X1}=0.5*(Z1 + 1)
.
Cluster-level N(\mu_{X2}, 1)
distributed covariate where \mu_{X2}=0.5*(Z2 + Z3)
.
Cluster-level binary covariate where Pr(X3=1) = Z3
.
Stratum membership. Takes the values 1 to 5.
cluster-level N(0,1) distributed covariate.
cluster-level Uniform(0,1) distributed covariate.
Event or Censoring time.
Event/Censoring indicator. Event=1; Censoring=0.
Unique cluster ID.
Unique observation ID.
Total number of clusters in the population.
Observation-level inverse probability of selection weight.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.