adjust_emc_omc {multibias}R Documentation

Adust for exposure misclassification and outcome misclassification.

Description

[Deprecated]

adjust_emc_omc() was renamed to adjust_em_om()

Usage

adjust_emc_omc(
  data_observed,
  x_model_coefs = NULL,
  y_model_coefs = NULL,
  x1y0_model_coefs = NULL,
  x0y1_model_coefs = NULL,
  x1y1_model_coefs = NULL,
  level = 0.95
)

[Package multibias version 1.6.2 Index]