Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.17 KB

multilevelTools

CRAN_status R-CMD-check codecov lifecycle

Effect sizes, diagnostics and performance metrics for multilevel and mixed effects models. Includes marginal and conditional R2 estimates for linear mixed effects models based on Johnson 2014.

The vignette shows a complete example.

Installation

To get the version from CRAN:


install.packages("multilevelTools")


To get the latest development version, use:


#install.packages("devtools")
devtools::install_github("JWiley/multilevelTools")