-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 863 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 863 Bytes
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
31
32
33
34
Package: bootmlm
Type: Package
Title: Bootstrap Resampling for Multilevel Models
Version: 0.0.1.1000
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.
Depends: R (>= 3.5.0)
Imports:
boot (>= 1.3-19),
lme4 (>= 1.1-16),
Matrix (>= 1.2-11),
methods,
numDeriv,
rlang,
stats,
utils
Suggests:
nlme,
testthat,
MASS,
knitr,
rmarkdown,
haven,
msm,
tidyverse
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr