knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
To install from Github, use the following:
devtools::install_github("timothy-barry/glmeiv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.