-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.84 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
Package: bpcs
Title: Bayesian Paired Comparison Analysis with Stan
Version: 1.2.2
Authors@R: c(
person(given = "David",
family = "Issa Mattos",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2501-9926")),
person(given="Erika",
family="Martins Silva Ramos",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7393-1410"))
)
Description: Models for the analysis of paired comparison data using Stan. The models include Bayesian versions of the Bradley-Terry model, including random effects, generalized model for predictors, order effect (home advantage) and the variations for the Davidson (1970) model to handle ties. Additionally, we provide a number of functions to facilitate inference and obtaining results with these models. References: Bradley and Terry (1952) <doi:10.2307/2334029>; Davidson (1970) <doi:10.1080/01621459.1970.10481082>; Carpenter et al. (2017) <doi:10.18637/jss.v076.i01>.
URL: https://github.com/davidissamattos/bpcs, https://davidissamattos.github.io/bpcs/
BugReports: https://github.com/davidissamattos/bpcs/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Biarch: true
Depends:
R (>= 4.0.0)
Imports:
dplyr,
tidyr,
stringr,
ggplot2,
gtools,
methods,
cmdstanr (>= 0.4.0),
posterior,
tibble,
tidyselect,
HDInterval,
loo,
magrittr,
stats,
rlang,
knitr,
jtools
SystemRequirements: CmdStan (https://mc-stan.org/users/interfaces/cmdstan)
Remotes:
stan-dev/posterior,
stan-dev/cmdstanr
Suggests:
rmarkdown,
testthat,
covr,
bayesplot,
kableExtra,
shinystan,
rstan (>= 2.20.0)
VignetteBuilder: knitr