Package: merTools Title: Tools for Analyzing Mixed Effect Regression Models Version: 1.0.0 Authors@R: c( person(c("Jared", "E."), "Knowles", email = "jared@civilytics.com", role = c("aut", "cre")), person("Carl", "Frederick", email="carlbfrederick@gmail.com", role = c("aut")), person("Alex", "Whitworth", email="whitworth.alex@gmail.com", role = c("ctb"))) Description: Provides methods for extracting results from mixed-effect model objects fit with the 'lme4' package. Allows construction of prediction intervals efficiently from large scale linear and generalized linear mixed-effects models. This method draws from the simulation framework used in the Gelman and Hill (2007) textbook: Data Analysis Using Regression and Multilevel/Hierarchical Models. Depends: R (>= 3.0.2), lme4 (>= 1.1-11), methods Suggests: testthat, knitr, rmarkdown, shiny, nlme, future.apply, rstanarm, Amelia, DT Imports: arm, dplyr, mvtnorm, reformulas, foreach, abind, ggplot2, blme, broom.mixed, Matrix License: GPL (>=2) LazyData: true VignetteBuilder: knitr RoxygenNote: 7.3.3 Encoding: UTF-8 URL: https://jknowles.github.io/merTools/, https://github.com/jknowles/merTools BugReports: https://github.com/jknowles/merTools/issues Config/testthat/edition: 3 Config/testthat/parallel: false Config/pak/sysreqs: cmake make libicu-dev Repository: https://jknowles.r-universe.dev Date/Publication: 2026-05-30 20:02:58 UTC RemoteUrl: https://github.com/jknowles/mertools RemoteRef: HEAD RemoteSha: e6060e06561c42757079e93375f79c612c6e6aed NeedsCompilation: no Packaged: 2026-07-03 14:48:17 UTC; root Author: Jared E. Knowles [aut, cre], Carl Frederick [aut], Alex Whitworth [ctb] Maintainer: Jared E. Knowles