Skip to content
/ npci Public
forked from vdorie/npci

Non-parametrics for Causal Inference

Notifications You must be signed in to change notification settings

guhjy/npci

This branch is 4 commits behind vdorie/npci:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Vincent Dorie
Jan 31, 2016
14ef442 · Jan 31, 2016

History

25 Commits
Jan 31, 2016
Jan 31, 2016
Jan 21, 2016
Jul 2, 2015
Aug 6, 2015
Jan 31, 2016
Jan 31, 2016
Jul 2, 2015

Repository files navigation

Contains R code to fit non-parmetric causal inference models. Of particular interest are the calculations in the examples folder.

To run the examples, first install the package by running, from within R

install.packages("path/to/repository", type = "source", repos = NULL)

or from the command line

R CMD INSTALL path/to/repository

The file examples/toy/generatePlots.R contains code to produce the toy data example. The simulation data can be simply loaded by running examples/ihdp_sim/loadData.R, or the simulations produced by running either examples/ihdp_sim/runLocally.R or examples/ihdp_sim/queueJobs.R (if on a cluster using TORQUE). Change your working directory before doing any of the above.

About

Non-parametrics for Causal Inference

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 81.9%
  • C 18.1%