David's public blog

After some months of work the bpcs package is at version v1.0.0 and is available on CRAN (https://CRAN.R-project.org/package=bpcs). Now we can easily run Bayesian inference on Bradley-Terry models (including many extensions).

See below the description of the package

Models for the analysis of paired comparison data using Stan. The models include Bayesian versions of the Bradley-Terry model, including random effects (1 level), 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.

Features of the bpcs package

Models available

Options to add to the models:

E.g.:

Get the package

To get the latest version of the bpcs package, install it from Github:

remotes::install_github('davidissamattos/bpcs')

#R #Bpcs #Bayesian Statistics