df_omc_sel_source {multibias} | R Documentation |
Data source for df_omc_sel
Description
Data with complete information on the two sources of bias, a known
confounder, and 100,000 observations. This data is used to derive
df_omc_sel
and can be used to obtain bias parameters for purposes
of validating the simultaneous multi-bias adjustment method with
df_omc_sel
. With this source data, the fitted regression
logit(P(Y=1)) = α0 + α1X + α2C1
shows that the true, unbiased exposure-outcome odds ratio = 2.
Usage
df_omc_sel_source
Format
A dataframe with 100,000 rows and 5 columns:
- X
exposure, 1 = present and 0 = absent
- Y
true outcome, 1 = present and 0 = absent
- C1
1st confounder, 1 = present and 0 = absent
- Ystar
misclassified outcome, 1 = present and 0 = absent
- S
selection, 1 = selected into the study and 0 = not selected into the study
[Package multibias version 1.5.1 Index]