Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.16 KB

simul

License: GPL v3 R build status

Fast Simultaneous Confidence Bands Based on the Efficient Influence Function and Multiplier Bootstrap


Installation

simul can be installed from CRAN with:

install.packages("simul")

or from GitHub with:

devtools::install_github("nt-williams/simul")

Scope

Compute fast critical values for constructing uniform (simultaneous) confidence bands. The critical value is calculated using a multiplier bootstrap of the empirical efficient influence function as described by Kennedy (2019).

References

Edward H. Kennedy (2019) Nonparametric Causal Effects Based on Incremental Propensity Score Interventions, Journal of the American Statistical Association, 114:526, 645-656, DOI: 10.1080/01621459.2017.1422737

License

GPLv3 @ Nicholas Williams