Package: BSBT
Title: The Bayesian Spatial Bradley--Terry Model
Version: 1.2.1
Authors@R: c(
    person(given = "Rowland",
           family = "Seymour",
           role = c("aut", "cre"),
           email = "rowland.seymour@nottingham.ac.uk",
           comment = c(ORCID = "0000-0002-8739-3921")),
	person(given = "James",
		   family = "Briant",
		   role = c("aut"),
 		   email = "james@briant.co.uk"),
  person(given = "Yichi",
         family = "Zhang",
         role = c("aut"),
         email = "smyyz6@nottingham.ac.uk")
	)
Description: An implementation of the Bayesian Spatial Bradley--Terry (BSBT) model. It can be used to investigate data sets where judges compared different spatial areas. It constructs a network to describe how the areas are connected, and then places a correlated prior distribution on the quality parameter for each area, based on the network. The package includes MCMC algorithms to estimate the quality parameters. The methodology is published in Seymour et. al. (2020) <arXiv:2010.14128>.  
License: GPL-3
Imports: stats, MASS, igraph, utils, expm
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 2.10)
Suggests: knitr, rmarkdown, testthat, sf, surveillance, spdep,
        RColorBrewer, deldir, RSQLite
VignetteBuilder: knitr
URL: https://github.com/rowlandseymour/BSBT
BugReports: https://github.com/rowlandseymour/BSBT/issues
NeedsCompilation: no
Packaged: 2022-08-09 08:48:30 UTC; rowlandseymour
Author: Rowland Seymour [aut, cre] (<https://orcid.org/0000-0002-8739-3921>),
  James Briant [aut],
  Yichi Zhang [aut]
Maintainer: Rowland Seymour <rowland.seymour@nottingham.ac.uk>
Repository: CRAN
Date/Publication: 2022-08-09 09:10:02 UTC
Built: R 4.1.3; ; 2023-04-17 16:19:45 UTC; windows
