Package: glmmboot
Type: Package
Title: Bootstrap Resampling for Mixed Effects and Plain Models
Version: 0.6.0
Authors@R: person("Colman", "Humphrey", email = "humphrc@tcd.ie",
  role = c("aut", "cre"))
Description: Performs bootstrap resampling for most models that update() works for. There
    are two primary functions: bootstrap_model() performs block resampling if random effects
    are present, and case resampling if not; bootstrap_ci() converts output from
    bootstrap model runs into confidence intervals and p-values. By default,
    bootstrap_model() calls bootstrap_ci().
    Package motivated by Humphrey and Swingley (2018) <arXiv:1805.08670>.
License: AGPL-3 | file LICENSE
URL: https://github.com/ColmanHumphrey/glmmboot
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1)
Imports: methods, stats
Suggests: glmmTMB (>= 1.1.0), testthat (>= 0.11.0), parallel (>=
        3.0.0), future.apply (>= 1.1.0), knitr, rmarkdown, covr
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-06-27 19:07:48 UTC; colmanhumphrey
Author: Colman Humphrey [aut, cre]
Maintainer: Colman Humphrey <humphrc@tcd.ie>
Repository: CRAN
Date/Publication: 2021-06-27 19:30:08 UTC
