BT2: Estimate the parameters of a Bradley-Terry model

Description Usage Arguments Details References See Also Examples

View source: R/BradleyTerry.R

Description

A one-liner to fit and extract model parameters from a BTm model Deprecated: use BradleyTerry() or BTscores() instead.

Usage

1

Arguments

C

a square matrix of paired comparison data

sort

logical. If TRUE, sort the weights in descending order

Details

Previously a placeholder function, now remains for reference and comparison purposes.

References

Heather Turner, David Firth (2012). Bradley–Terry Models in R: The BradleyTerry2 Package. Journal of Statistical Software, 48(9), 1–21.

Bradley, R. A., & Terry, M. E. (1952). Rank analysis of incomplete block designs: I. The method of paired comparisons. Biometrika, 39(3/4), 324–345.

See Also

BradleyTerry BTscores

Examples

1
2
3
4
5

Selbosh/scrooge documentation built on May 5, 2019, 8 p.m.