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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.