Learn R Programming

mecor (version 0.9.0)

ccs: Covariate-Calibration Study

Description

A simulated dataset containing 1000 observations of the outcome Y, the error-prone exposure X_star with systematic measurement error, the covariate Z and two replicates measures X1_star and X2_star of the exposure with classical measurement error. The two replicates are observed in the first 500 study participants.

Usage

ccs

Arguments

Format

A data frame with 1000 rows and 5 variables:

Y

outcome, continuous

X_star

error-prone exposure with systematic measurement error, continuous

Z

covariate, continuous

X_star_1

first replicate of error-prone exposure with classical measurement error, continuous

X_star_2

second replicate of error-prone exposure with classical measurement error, continuous

Examples

Run this code
# NOT RUN {
data("ccs", package = "mecor")
# }

Run the code above in your browser using DataLab