Learn R Programming

mecor (version 0.9.0)

ecvs: External Covariate-Validation Study

Description

A simulated dataset containing 100 observations of the gold standard measurement of the exposure X, the error-prone exposure X_star and the covariate Z. The outcome Y is not observed in the study population. To be used in combination with the dataset icvs.

Usage

ecvs

Arguments

Format

A data frame with 100 rows and 3 variables:

X

gold standard exposure, continuous

X_star

error-prone exposure, continuous

Z

covariate, continuous

Examples

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

Run the code above in your browser using DataLab