powered by
An example of the case-control data (or the outcome data).
data("odata")
A data frame with 3500 observations on the following 7 variables.
d
case-control status
x1
numeric covariate
x2
character covariate
g1
instrument
g2
g3
id
subject IDs
The column id is always required in exposure data.
# NOT RUN { data(odata) head(odata, 2) # }
Run the code above in your browser using DataLab