Package: mlmhelpr
Title: Multilevel/Mixed Model Helper Functions
Version: 0.1.0
Authors@R: 
    c(person(given = "Louis",
             family = "Rocconi",
             role = c("aut", "cre"),
             email = "lrocconi@utk.edu",
             comment = c(ORCID = "0000-0003-0693-0957")),
      person(given = "Anthony",
             family = "Schmidt",
             role = "aut",
             email = "aschmi11@utk.edi",
             comment = c(ORCID = "0000-0003-4478-0638")))
Description: A collection of miscellaneous helper function for running multilevel/mixed models in 'lme4'. This package aims to provide functions to compute common tasks when estimating multilevel models such as computing the intraclass correlation and design effect, centering variables, estimating the proportion of variance explained at each level, pseudo-R squared, random intercept and slope reliabilities, tests for homogeneity of variance at level-1, and cluster robust and bootstrap standard errors. The tests and statistics reported in the package are from Raudenbush & Bryk (2002, ISBN:9780761919049), Hox et al. (2018, ISBN:9781138121362), and Snijders & Bosker (2012, ISBN:9781849202015). 
License: MIT + file LICENSE
URL: https://github.com/lrocconi/mlmhelpr
BugReports: https://github.com/lrocconi/mlmhelpr/issues
Depends: R (>= 2.10)
Imports: lme4, stats, utils, Rdpack, mathjaxr
RdMacros: Rdpack, mathjaxr
Suggests: clubSandwich, testthat (>= 3.0.0), knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-11-03 20:21:36 UTC; lrocconi
Author: Louis Rocconi [aut, cre] (<https://orcid.org/0000-0003-0693-0957>),
  Anthony Schmidt [aut] (<https://orcid.org/0000-0003-4478-0638>)
Maintainer: Louis Rocconi <lrocconi@utk.edu>
Repository: CRAN
Date/Publication: 2022-11-04 10:10:06 UTC
Built: R 4.2.0; ; 2022-11-05 13:02:45 UTC; unix
