-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
77 lines (77 loc) · 2.12 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Type: Package
Package: modelbased
Title: Estimation of Model-Based Predictions, Contrasts and Means
Version: 0.8.9
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5375-9967")),
person(given = "Daniel",
family = "Lüdecke",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8895-3206")),
person(given = "Mattan S.",
family = "Ben-Shachar",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-4287-4801")),
person(given = "Indrajeet",
family = "Patil",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531")))
Maintainer: Dominique Makowski <[email protected]>
Description: Implements a general interface for model-based estimations
for a wide variety of models, used in the computation of
marginal means, contrast analysis and predictions. For a list of supported models,
see 'insight::supported_models()'.
License: GPL-3
URL: https://easystats.github.io/modelbased/
BugReports: https://github.com/easystats/modelbased/issues
Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.15.0),
datawizard (>= 0.13.0),
effectsize (>= 0.8.8),
insight (>= 0.20.5),
parameters (>= 0.22.2),
performance (>= 0.12.0),
graphics,
stats,
utils
Suggests:
brms,
coda,
correlation,
emmeans (>= 1.10.2),
gamm4,
gganimate,
ggplot2,
glmmTMB,
knitr,
lme4,
logspline,
marginaleffects,
mgcv,
patchwork,
poorman,
report,
rmarkdown,
rstanarm,
rtdists,
see (>= 0.8.4),
testthat (>= 3.2.1)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
Config/Needs/website: easystats/easystatstemplate
Remotes: easystats/insight