-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
45 lines (45 loc) · 1.1 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
43
44
45
Package: mixedup
Title: Miscellaneous functions for mixed models
Version: 0.4.0
Authors@R:
person("Michael", "Clark", , "micl@umich.edu", role = c("aut", "cre"))
Description: This package provides tools for extracting various parts of mixed
model output from commonly used packages in a consistent and tidy fashion.
Results are produced in a usable form for visualization and table
presentation. It currently provides a wide variety of support for
lme4, nlme, glmmTMB, mgcv, brms, and rstanarm.
License: MIT + file LICENSE
URL: https://m-clark.github.io/mixedup
BugReports: https://github.com/m-clark/mixedup/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr,
purrr,
stats,
tibble,
tidyr (>= 1.1.0),
utils
Suggests:
assertthat,
brms,
covr,
glmmTMB,
knitr,
lme4,
lmerTest,
mgcv,
nlme,
pbkrtest,
pkgdown,
rlang,
rmarkdown,
rstanarm,
testthat (>= 3.0.0),
tidyselect
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 7.2.1