Package: bootmlm Type: Package Title: Bootstrap Resampling for Multilevel Models Version: 0.1.0.9000 Authors@R: person("Mark", "Lai", email = "marklhc@gmail.com", role = c("aut", "cre")) Description: An implementation of functions for bootstrapping with multilevel data and models (and mixed-effect models). It implements multiple bootstrap methods under the parametric, residual, and case bootstrap categories. Currently it supports fitted objects from the lme4 package. URL: https://github.com/marklhc/bootmlm, https://marklhc.github.io/bootmlm/ BugReports: https://github.com/marklhc/bootmlm/issues Depends: R (>= 4.1.0) Imports: boot (>= 1.3-19), lme4 (>= 1.1-16), Matrix (>= 1.2-11), methods, numDeriv, stats, utils Suggests: nlme, testthat (>= 3.0.0), MASS, knitr, rmarkdown, haven, msm, dplyr, purrr, ggplot2 LazyData: true Config/testthat/edition: 3 License: GPL-3 Encoding: UTF-8 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make Repository: https://marklhc.r-universe.dev Date/Publication: 2026-05-05 07:11:40 UTC RemoteUrl: https://github.com/marklhc/bootmlm RemoteRef: HEAD RemoteSha: 100e2390eb0f50cd0eb3f54e67eff60b29149678 NeedsCompilation: no Packaged: 2026-07-13 07:14:53 UTC; root Author: Mark Lai [aut, cre] Maintainer: Mark Lai