Learn R Programming

mecor (version 0.9.0)

icvs: Internal Covariate-Validation Study

Description

A simulated dataset containing 1000 observations of the outcome Y, the error-prone exposure X_star and the covariate Z. The gold standard exposure X is observed in approximately 25% of the study population

Usage

icvs

Arguments

Format

A data frame with 1000 rows and 4 variables:

Y

outcome, continuous

X_star

error-prone exposure, continuous

Z

covariate, continuous

X

gold standard exposure, continuous

Examples

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

Run the code above in your browser using DataLab