R/glmeiv.R

utils::globalVariables(c("n", "perturbation", "everything", "variable", "counts", "..count..", ".", "run", "iteration", "log_lik", "parameter", "component", "xgrid", "method", "id", "value", "target", "g_perturbation", "m_perturbation", "grid_row_id", "confident_output", "plausible_estimates", "classification", "f", "g_thresh", "lower_mc_ci", "upper_mc_ci", "valid", "valid_idx", "x"))

#' glmeiv: a glm-oriented variant of the errors-in-variables model.
#'
#' GLM-EIV is GLM-oriented variant of the errors-in-variables model. GLM-EIV models the response as
#' a GLM of an unobserved predictor. A noisy version of the predictor is obeserved instead, which
#' itself is modeled as a GLM of the true predictor. glmeiv implements estimation and inference in the GLM-EIV model.
#'
#' @importFrom magrittr %>%
#' @docType package
#' @name glmeiv
NULL
timothy-barry/glmeiv documentation built on Jan. 30, 2024, 3:46 p.m.