matcdatamult: A sample dataset representing matched case control data....

Description Usage See Also Examples

Description

An example data set with 1 binary response (y), 2 stratification variable (sv1 and sv2), 1 mismeasured binary exposure (w), 2 prognostic factors (z1 and z2), and 2 instruments (xs1 and xs2) for use with the meivm3 or meivm4 functions.

Usage

1

See Also

meivm3 meivm4 matcdata

Examples

1
2
data(matcdatamult)
out=with(matcdatamult,meivm3(y=y, sv=sv1,xs=xs1, w=w,z=cbind(z1,z2)))

mccmeiv documentation built on May 1, 2019, 9:13 p.m.