Package: lmeresampler
Title: Bootstrap Methods for Nested Linear Mixed-Effects Models
Version: 0.2.4
Authors@R: c(person("Adam", "Loy", email = "loyad01@gmail.com",
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5780-4611")), 
    person("Spenser", "Steele", role = "aut"), 
    person("Jenna", "Korobova", role = "aut"))
Description: Bootstrap routines for nested linear mixed effects models fit using
    either 'lme4' or 'nlme'. The provided 'bootstrap()' function implements the
    parametric, residual, cases, random effect block (REB), and wild bootstrap 
    procedures. An overview of these procedures can be found 
    in Van der Leeden et al. (2008) <doi: 10.1007/978-0-387-73186-5_11>, 
    Carpenter, Goldstein & Rasbash (2003) <doi: 10.1111/1467-9876.00415>,
    and Chambers & Chandra (2013) <doi: 10.1080/10618600.2012.681216>.
Depends: R (>= 3.5.0)
Imports: dplyr (>= 0.8.0), Matrix, nlmeU, ggplot2, ggdist, HLMdiag,
        purrr, forcats, stats, statmod, tidyr, magrittr, tibble
Suggests: lme4 (>= 1.1-7), nlme, testthat, mlmRev, knitr, rmarkdown,
        doParallel, foreach
License: GPL-3
LazyData: true
URL: https://github.com/aloy/lmeresampler
BugReports: https://github.com/aloy/lmeresampler/issues
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-02-10 19:39:29 UTC; aloy
Author: Adam Loy [aut, cre] (<https://orcid.org/0000-0002-5780-4611>),
  Spenser Steele [aut],
  Jenna Korobova [aut]
Maintainer: Adam Loy <loyad01@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-11 10:10:11 UTC
Built: R 4.1.2; ; 2023-02-12 12:26:54 UTC; unix
