-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.52 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
Package: brmsmargins
Title: Bayesian Marginal Effects for 'brms' Models
Version: 0.2.1
Authors@R:
c(person(given = "Joshua F.",
family = "Wiley",
role = c("aut", "cre"),
email = "jwiley.psych@gmail.com",
comment = c(ORCID = "0000-0002-0271-6702")),
person(given = "Donald",
family = "Hedeker",
role = c("aut"),
email = "hedeker@uchicago.edu",
comment = c(ORCID = "0000-0001-8134-6094")))
URL: https://joshuawiley.com/brmsmargins/,
https://github.com/JWiley/brmsmargins
BugReports: https://github.com/JWiley/brmsmargins/issues
Description: Calculate Bayesian marginal effects, average marginal effects, and marginal coefficients (also called population averaged coefficients) for models fit using the 'brms' package including fixed effects, mixed effects, and location scale models. These are based on marginal predictions that integrate out random effects if necessary (see for example <doi:10.1186/s12874-015-0046-6> and <doi:10.1111/biom.12707>).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.0.0)
Imports:
methods,
stats,
data.table (>= 1.12.0),
extraoperators (>= 0.1.1),
brms,
bayestestR,
Rcpp,
posterior
Suggests:
testthat (>= 3.0.0),
covr,
withr,
knitr,
rmarkdown,
margins,
betareg
Config/testthat/edition: 3
Config/testthat/parallel: true
LinkingTo:
RcppArmadillo,
Rcpp
VignetteBuilder: knitr