-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·29 lines (29 loc) · 926 Bytes
/
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
Package: speedyBBT
Title: Efficient Bayesian Inference for the Bradley--Terry Model
Version: 1.0.0.9000
Authors@R:
c(person(given = "Rowland",
family = "Seymour",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8739-3921")))
Description: A suite of functions that allow a full, fast, and efficient Bayesian treatment of the Bradley--Terry model.
Prior assumptions about the model parameters can be encoded through a multivariate normal prior distribution.
Inference is performed using a latent variable representation of the model.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
base,
BayesLogit,
Matrix,
stats,
utils
Suggests:
expm,
testthat (>= 3.0.0)
Depends:
R (>= 2.10)
Config/testthat/edition: 3