dataexample {CaseCohortCoxSurvival} | R Documentation |
[Deprecated] Data for examples
Description
[dataexample
is deprecated and will be removed in the next version of the package].
Simulated cohort, case-cohort and set of auxiliary variables for examples. The case-cohort is a stratified phase-two sample with no missing covariate data.
See Also
dataexample.stratified
, dataexample.unstratified
Examples
data(dataexample, package="CaseCohortCoxSurvival")
# Display some of the data
dataexample$cohort[1:5, ]
dataexample$A[1:5, ] # auxiliary variable values in the cohort
[Package CaseCohortCoxSurvival version 0.0.36 Index]