eive

An R package for Errors-in-variables estimation in linear regression

Installation

Install stable version from CRAN

install.packages("eive")

Install development version

Please install devtools package before installing eive:

install.packages("devtools")

then install the package from the github repo using

devtools::install_github(repo = "https://github.com/jbytecode/eive")