Learn R Programming

COMBO (version 1.1.0)

COMBO_EM_data: 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

Arguments

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

Run this code
if (FALSE) {
data("COMBO_EM_data")
head(COMBO_EM_data)
}

Run the code above in your browser using DataLab