https://github.com/JeffreyRacine/npiv
Project with Xiaohong Chen and Tim Christensen: Nonparametric IV Estimation
https://github.com/JeffreyRacine/npiv
Last synced: 4 months ago
JSON representation
Project with Xiaohong Chen and Tim Christensen: Nonparametric IV Estimation
- Host: GitHub
- URL: https://github.com/JeffreyRacine/npiv
- Owner: JeffreyRacine
- Created: 2022-03-01T20:50:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T21:30:39.000Z (9 months ago)
- Last Synced: 2024-08-13T07:16:25.938Z (8 months ago)
- Language: TeX
- Size: 10.6 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - JeffreyRacine/npiv - Project with Xiaohong Chen and Tim Christensen: Nonparametric IV Estimation (TeX)
README
# npiv
This is the R package `npiv' (Nonparametric Instrumental Variables Estimation and Inference) written and maintained by Jeffrey S. Racine ([email protected]) and co-authored by Timothy M. Christensen ([email protected])
## Installation
You can install by either downloading the [zip
ball](https://github.com/JeffreyRacine/npiv/zipball/main)
or [tar
ball](https://github.com/JeffreyRacine/npiv/tarball/main),
decompress and run `R CMD INSTALL` on it.Alternatively, you can install the development version but before
doing so Windows users have to first install
[Rtools](https://cran.r-project.org/bin/windows/Rtools/), while OS X
users have to first install
[Xcode](https://apps.apple.com/us/app/xcode/id497799835) and the
command line tools (in OS X 10.9 or higher, once you have Xcode
installed, open a terminal and run xcode-select --install). Note also
that versions of e.g. Rtools are paired with versions of R so ensure
you have the latest version of R installed prior to commencing this
process.After installing
[Rtools](https://cran.r-project.org/bin/windows/Rtools/)/[Xcode](https://apps.apple.com/us/app/xcode/id497799835)
and **devtools** (via install.packages("devtools")), install the
development package using the following command:```r
library(devtools); install_github('JeffreyRacine/npiv')
```