ClusterBootstrap is an R package that provides functionality for using cluster bootstrap sampling (i.e., bootstrap sampling of data with a clustered/nested structure) in your statistical analyses.
You can download it from github with devtools:
#install.packages("devtools") devtools::install_github("mathijsdeen/ClusterBootstrap")
The latest stable release can also be downloaded from the Comprehensive R Archive Network (CRAN), at https://cran.r-project.org/package=ClusterBootstrap.
The ClusterBootstrap package has dependencies on the following packages:
- stats
- utils
- graphics
- parallel
- data.table