-
Notifications
You must be signed in to change notification settings - Fork 17
/
README.Rmd
31 lines (20 loc) · 1 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Mostly Harmless Econometrics in R
========================================================
The R package RcompAngrist is a R companion to Angrist and Pischke's **Mostly Harmless Econometrics**.
It contains some of the datasets, code snippets showig how to reproduce, and new functions.
The new functions are:
* Moulton standard errors
* The LIML estimator
* A R version of STATA webuse()
Demo
-----------------------
The [wiki](http://github.com/MatthieuStigler/RCompAngrist/wiki/FIG_4.1.1) contains web examples, with code, of following tables/figures:
* Figure [4.1.1](http://github.com/MatthieuStigler/RCompAngrist/wiki/FIG_4.1.1)
* Table [4.6.2](http://github.com/MatthieuStigler/RCompAngrist/wiki/TAB_4.6.2)
Installing **RcompAngrist**
-----------------------
This github website hosts the source code. One of the easiest ways to install the package from github is by using the R package **RcompAngrist**:
```r
library(devtools)
install_github(repo = "MatthieuStigler/RCompAngrist", subdir = "RCompAngrist")
```