Learn R Programming

multibias (version 1.6.3)

adjust_uc_emc: Adust for uncontrolled confounding and exposure misclassification.

Description

[Deprecated]

adjust_uc_emc() was renamed to adjust_uc_em()

Usage

adjust_uc_emc(
  data_observed,
  u_model_coefs = NULL,
  x_model_coefs = NULL,
  x1u0_model_coefs = NULL,
  x0u1_model_coefs = NULL,
  x1u1_model_coefs = NULL,
  level = 0.95
)

Arguments