Learn R Programming

iva (version 0.1.0)

odata: Case-control dataset

Description

An example of the case-control data (or the outcome data).

Usage

data("odata")

Arguments

Format

A data frame with 3500 observations on the following 7 variables.

d

case-control status

x1

numeric covariate

x2

character 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(odata)
head(odata, 2)
# }

Run the code above in your browser using DataLab