adjust_uc_emc_sel {multibias} | R Documentation |
Adust for uncontrolled confounding, exposure misclassification, and selection bias.
Description
adjust_uc_emc_sel()
was renamed to adjust_uc_em_sel()
Usage
adjust_uc_emc_sel(
data_observed,
u_model_coefs = NULL,
x_model_coefs = NULL,
x1u0_model_coefs = NULL,
x0u1_model_coefs = NULL,
x1u1_model_coefs = NULL,
s_model_coefs,
level = 0.95
)
[Package multibias version 1.6.1 Index]