Skip to content

murattasdemir/RCompAngrist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

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 contains web examples, with code, of following tables/figures:

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:

library(devtools)
install_github(repo = "MatthieuStigler/RCompAngrist", subdir = "RCompAngrist")

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%