powered by
An example of the exposure data.
data("edata")
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
g3
id
subject IDs
The column id is always required in exposure data.
# NOT RUN { data(edata) head(edata, 2) # }
Run the code above in your browser using DataLab