matcdata {mccmeiv} | R Documentation |
A sample dataset representing matched case control data.
Description
An example data set with 1 binary response (y), 1 stratification variable (sv), 1 mismeasured binary exposure (w), 1 prognostic factor (z), and 1 instrumental variable (xs) for use with the meivm3 or meivm4 functions.
Usage
data(matcdata)
See Also
Examples
data(matcdata)
out1=with(matcdata,meivm4(y=y,sv=sv,xs=xs,w=w,z=z,alpha=0.1))
[Package mccmeiv version 2.1 Index]