Learn R Programming

iva (version 0.1.0)

edata: Exposure dataset

Description

An example of the exposure data.

Usage

data("edata")

Arguments

Format

A data frame with 1000 observations on the following 8 variables.

d

condition status (e.g. disease or not).

z

quantitative exposure.

x2

character covariate

x3

binary covariate

g1

instrument

g2

instrument

g3

instrument

id

subject IDs

Details

The column id is always required in exposure data.

Examples

Run this code
# NOT RUN {
data(edata)
head(edata, 2)
# }

Run the code above in your browser using DataLab