This R package implements estimators and confidence intervals for average treatment effects under unconfoundedness using methods from Armstrong and Kolesár (2020).
See the package vignette for a description of the package
(available through vignette("nsw_example")
once package is installed), and
the package manual for documentation of the package functions.
This software package is based upon work supported by the National Science Foundation under grant numbers SES-1628939 (Armstrong) and SES-1628878 (Kolesár).
You can get the current development version from GitHub:
if (!requireNamespace("remotes")) {
install.packages("remotes")
}
remotes::install_github("kolesarm/ATEHonest")
Rmpfr
package (it's a dependency of the CVXR
package that this package uses). In order to install this package, the system
library libmpfr-dev
needs to be installed. On Ubuntu/Debian, the library can
be installed by running sudo apt-get install libmpfr-dev
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.