Learn R Programming

multibias (version 1.6.3)

adjust_uc_emc_sel: Adust for uncontrolled confounding, exposure misclassification, and selection bias.

Description

[Deprecated]

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
)

Arguments