Implemention of the multiway bootstrap (including the Pigeonhole bootstrap, reweighting tensor bootstrap). Reweights observations with the product of weights for the units that observation is of (e.g., from crossed random effects). Owen, A.B., & Eckles, D. (2012). Bootstrapping data arrays of arbitrary order. Annals of Applied Statistics, 6(3), 895-927.
Stars
29
Forks
3
Watchers
29
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
1
commits
Merge branch 'master' of github.com:deaneckles/multiway_bootstrap
57babcfView on GitHubSubstantial performance improvements from comments by Eytan Bakshy. Using foreach's combine option instead of apply and rbind.
26ba704View on GitHubAdded parallel and progressbar options, plus example.
3429478View on GitHubNames incorrectly suggested this is online. This version is not.
3f473c3View on GitHubR code and example for bootstrapping crossed random effects
84cc2ecView on GitHub