COMBO_EM_data {COMBO} | R Documentation |
Test data for the COMBO_EM function
Description
A dataset for testing the COMBO_EM
function, generated from the
COMBO_data
function.
Usage
COMBO_EM_data
Format
A list containing 6 variables for 1000 observations:
- Y
The true outcome variable
- Ystar
The observed outcome variable
- x_matrix
A matrix of predictor values in the true outcome mechanism
- z_matrix
A matrix of predictor values in the observed outcome mechanism
- true_beta
Beta parameter values used for data generation in the true outcome mechanism
- true_gamma
Gamma parameter values used for data generation in the observed outcome mechanism
Examples
## Not run:
data("COMBO_EM_data")
head(COMBO_EM_data)
## End(Not run)
[Package COMBO version 1.1.0 Index]