knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

glmeiv

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 observed, which itself is modeled as a GLM of the true predictor. The glmeiv package implements estimation and inference in the GLM-EIV model.

Installation

To install from Github, use the following:

devtools::install_github("timothy-barry/glmeiv")


timothy-barry/glmeiv documentation built on Jan. 30, 2024, 3:46 p.m.