dataexample {CaseCohortCoxSurvival}R Documentation

Data for examples

Description

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.

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.34 Index]