Skip to content

sumtxt/ivdesc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ivdesc

CRAN_Status_Badge Downloads Downloads

Estimating the mean and variance of a covariate for the complier, never-taker and always-taker subpopulation in the context of instrumental variable estimation. This package implements the method described in Marbach and Hangartner (2020) and Hangartner, Marbach, Henckel, Maathuis, Kelz and Keele (2021).

Install R Package

You can install the package directly from CRAN:

install.packages("ivdesc")

Or install the latest version from Github using:

remotes::install_github("sumtxt/ivdesc/R/ivdesc")

You may need to install the remotes package first.

Install STATA Package

To install the STATA package directly from SSC use:

ssc install ivdesc

Or install the latest version from Github using:

github install sumtxt/ivdesc

This will only work if you installed the GITHUB module via net install github, from("https://haghish.github.io/github/") first.