-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
Package: multilevelTools
Title: Multilevel and Mixed Effects Model Diagnostics and Effect Sizes
Version: 0.2.0
Date: 2024-03-24
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.0.0)
Imports:
lme4,
lmerTest,
data.table (>= 1.14.6),
nlme,
extraoperators (>= 0.2.0),
JWileymisc (>= 1.4.0),
ggplot2,
ggpubr,
scales,
lavaan,
zoo,
brms,
testthat (>= 3.1.0)
Suggests:
covr,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.3.0