Learn R Programming

mecor (version 0.9.0)

rs: Replicates Study

Description

A simulated dataset containing 1000 observations of the outcome Y, three replicate measures of the error-prone exposure X1_star, X2_star and X3_star and two covariates Z1 and Z2.

Usage

rs

Arguments

Format

A data frame with 1000 rows and 6 variables:

Y

outcome, continuous

X_star_1

first replicate of error-prone exposure, continuous

X_star_2

second replicate of error-prone exposure, continuous

X_star_3

third replicate of error-prone exposure, continuous

Z1

covariate, continuous

Z2

covariate, continuous

Examples

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

Run the code above in your browser using DataLab