-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.19 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: stanova
Title: Bayesian Models with Categorical Variables
Version: 0.3-0
Authors@R:
c(person(given = "Henrik",
family = "Singmann",
role = c("aut", "cre"),
email = "singmann@gmail.com",
comment = c(ORCID = "0000-0002-4842-3657")),
person("Jonah", "Gabry", role = "ctb"),
person("Ben", "Goodrich", role = "ctb"))
Description: Improved summary() methods for Bayesian statistical models with
categorical variables with more than two factor levels that interact with
other variables. Instead of the values of the coefficients
(which cannot be interpreted in such cases), output is given per factor
level and represent difference from intercept (i.e., unweighted grand mean).
In addition, appropriate contrasts that have the same marginal effects on
all factor levels are used per default.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
lme4,
coda,
rstan,
stats,
MASS
Suggests:
testthat (>= 2.1.0),
rstanarm,
brms,
MEMSS,
afex,
glmmTMB,
bayesplot,
tibble,
tidybayes,
tidyverse
Depends:
emmeans