-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathDESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
35
36
37
38
39
40
41
Package: multilevelTools
Title: Multilevel and Mixed Effects Model Diagnostics and Effect Sizes
Version: 0.2.2
Authors@R:
person(given = "Joshua F.",
family = "Wiley",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0271-6702"))
URL: https://joshuawiley.com/multilevelTools/, https://github.com/JWiley/multilevelTools
BugReports: https://github.com/JWiley/multilevelTools/issues
Description: Effect sizes, diagnostics and performance metrics for
multilevel and mixed effects models.
Includes marginal and conditional 'R2' estimates for linear mixed effects models
based on Johnson (2014) <doi:10.1111/2041-210X.12225>.
License: GPL (>= 3)
Depends:
R (>= 4.1.0)
Imports:
lme4,
lmerTest,
data.table (>= 1.14.6),
nlme,
extraoperators (>= 0.2.0),
JWileymisc (>= 1.4.2),
ggplot2,
ggpubr,
scales,
lavaan,
zoo,
brms,
testthat (>= 3.1.0),
reformulas
Suggests:
covr,
knitr,
rmarkdown
Encoding: UTF-8
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.3