An R package for Errors-in-variables estimation in linear regression
install.packages("eive")
Please install devtools
package before installing
eive
:
install.packages("devtools")
then install the package from the github repo using
::install_github(repo = "https://github.com/jbytecode/eive") devtools