Package: bootmlm
Type: Package
Title: Bootstrap Resampling for Multilevel Models
Version: 0.1.1
Authors@R: person("Mark", "Lai", email = "marklhc@gmail.com", 
                  role = c("aut", "cre", "cph"))
Description: 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, as discussed in Van der Leeden, Meijer, and Busing (2008) <doi:10.1007/978-0-387-73186-5_11>
    and Carpenter, Goldstein, and Rasbash (2003) <doi:10.1111/1467-9876.00415>.
    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: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-05-13 09:08:06 UTC; marklai
Author: Mark Lai [aut, cre, cph]
Maintainer: Mark Lai <marklhc@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-13 11:30:15 UTC
Built: R 4.5.2; ; 2026-05-13 14:46:28 UTC; unix
