Learn R Programming

mecor (version 0.9.0)

iovs: Internal Outcome-Validation Study

Description

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

Usage

iovs

Arguments

Format

A data frame with 1000 rows and 4 variables:

Y_star

error-prone outcome, continuous

X

exposure, continuous

Z

covariate, continuous

Y

gold standard outcome, continuous

#' @examples data("iovs", package = "mecor")