-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.39 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
Package: mcmcderive
Title: Derive MCMC Parameters
Version: 0.1.2.9003
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Ayla", "Pearson", role = "aut",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Kirill", "Müller", role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person("Nadine", "Hussein", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4470-8361")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Generates derived parameter(s) from Monte Carlo Markov Chain
(MCMC) samples using R code. This allows Bayesian models to be fitted
without the inclusion of derived parameters which add unnecessary
clutter and slow model fitting. For more information on MCMC samples
see Brooks et al. (2011) <isbn:978-1-4200-7941-8>.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/mcmcderive
BugReports: https://github.com/poissonconsulting/mcmcderive/issues
Depends:
R (>= 4.3)
Imports:
abind,
chk,
extras,
mcmcr,
nlist,
purrr,
rlang,
universals
Suggests:
coda,
covr,
doParallel,
plyr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2