Skip to contents

A simulated 1:5 matched case-control dataset with 20 covariates, where 10 covariates are truly non-zero. The data are split into training and test sets and include both the true underlying coefficients and an externally supplied coefficient vector for KL-based integration.

Usage

data(ExampleData_cc_highdim)

Format

A list containing:

train

List with elements y, z, and stratum.

test

Same structure as train.

beta_true

Numeric vector (length 50) of true coefficients.

beta_external

Numeric vector (length 50) representing external coefficients.

Examples

data(ExampleData_cc_highdim)