ClusterBootstrap

ClusterBootstrap is an R package that provides functionality for performing (generalized) linear models for the analysis of clustered data. 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 * parallel