-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1012 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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