forked from easystats/modelbased
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.09 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
Package: estimate
Type: Package
Title: Estimate Effects, Contrasts and Means
Version: 0.1.0
Authors@R: c(
person("Dominique",
"Makowski",
email = "dom.makowski@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5375-9967")),
person("Daniel",
"Lüdecke",
role = c("aut"),
email = "d.luedecke@uke.de",
comment = c(ORCID = "0000-0002-8895-3206")),
person("Mattan S.",
"Ben-Shachar",
role = c("ctb"),
email = "matanshm@post.bgu.ac.il",
comment = c(ORCID = "0000-0002-4287-4801"))
)
Maintainer: Dominique Makowski <dom.makowski@gmail.com>
URL: https://github.com/easystats/estimate
BugReports: https://github.com/easystats/estimate/issues
Description: Implements model-based estimations, used in the computation of marginal means, contrast analysis and predictions.
Imports:
insight (>= 0.4.0),
bayestestR (>= 0.2.4),
parameters,
emmeans
Suggests:
covr,
dplyr,
gganimate,
ggplot2,
knitr,
lme4,
rmarkdown,
rstanarm,
see,
testthat
Remotes:
easystats/bayestestR,
easystats/parameters
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1