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")
::install_github("mathijsdeen/ClusterBootstrap") devtools
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