A function and vignettes for computing an intraclass correlation described in Aguinis & Culpepper (in press). iccbeta quantifies the share of variance in a dependent variable that is attributed to group heterogeneity in slopes.
Installation
You can install iccbeta from CRAN using:
install.packages("iccbeta")Or, you can be on the cutting-edge development version on GitHub using:
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::install_github("tmsalab/iccbeta")Usage
To use the iccbeta package, load it into R using:
From there, calling the icc_beta() function with either a lmer() model object or the desired individual components will compute the intraclass correlation:
Citing the iccbeta package
To ensure future development of the package, please cite iccbeta package if used during an analysis or simulation studies. Citation information for the package may be acquired by using in R:
citation("iccbeta")