Skip to content

R package for fast and easy doubly robust estimation of treatments effects

License

Notifications You must be signed in to change notification settings

gregridgeway/fastDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastDR

R package for fast and easy doubly robust estimation of treatments effects

To install from GitHub, make sure you have installed remotes

install.packages("remotes")

Then install fastDR from GitHub:

remotes::install_github("gregridgeway/fastDR")

fastDR requires the survey package version 4.1 or later. Earlier survey package versions normalized the weights in a particular way (across the whole dataset) that could cause numerical instability. fastDR() needs the weights to be normalized within the treatment and control groups so that the largest weight is 1 within each. As of version 4.1, there is a rescale=FALSE option for the survey package that resolves this issue.

About

R package for fast and easy doubly robust estimation of treatments effects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages