Implementation of the fast algorithm for wild cluster bootstrap
inference developed in Roodman et al (2019, STATA Journal) for
linear regression models
<https://journals.sagepub.com/doi/full/10.1177/1536867X19830877>,
which makes it feasible to quickly calculate bootstrap test
statistics based on a large number of bootstrap draws even for
large samples - as long as the number of bootstrapping clusters
is not too large. Multiway clustering, regression weights,
bootstrap weights, fixed effects and subcluster bootstrapping
are supported. Further, both restricted (WCR) and unrestricted
(WCU) bootstrap are supported. Methods are provided for a variety
of fitted models, including 'lm()', 'feols()'
(from package 'fixest') and 'felm()' (from package 'lfe').
Version: |
0.4 |
Imports: |
collapse, Formula, Rcpp, dreamerr, Matrix, Matrix.utils, generics, gtools |
LinkingTo: |
Rcpp, RcppEigen |
Suggests: |
fixest, lfe, plm, clusterSEs, data.table, fabricatr, tinytest, covr, knitr, rmarkdown, spelling, broom, modelsummary, RStata |
Published: |
2021-10-08 |
Author: |
Alexander Fischer [aut, cre],
David Roodman [aut],
Achim Zeileis [ctb] (Author of included sandwich fragments),
Nathaniel Graham [ctb] (Contributor to included sandwich fragments),
Susanne Koell [ctb] (Contributor to included sandwich fragments),
Laurent Berge [ctb] (Author of included fixest fragments),
Sebastian Krantz [ctb] |
Maintainer: |
Alexander Fischer <alexander-fischer1801 at t-online.de> |
BugReports: |
https://github.com/s3alfisc/fwildclusterboot/issues/ |
License: |
GPL-3 |
URL: |
https://s3alfisc.github.io/fwildclusterboot/ |
NeedsCompilation: |
yes |
Language: |
en-US |
Citation: |
fwildclusterboot citation info |
Materials: |
README NEWS |
CRAN checks: |
fwildclusterboot results |