To cite the hyper2 package in publications, please use
Hankin (2017). This vignette showcases package idiom that I find
cool.
setweight() plays nicely with beats() et seq:beats("a","b") |> setweight("a", 1.888)
## log( (a=1.888)^1 * (a=1.888, b=1)^-1)
As of fixing issue 231, we can use swait():
beats("a","b") |> swait(a=0.9)
## log( (a=0.9)^1 * (a=0.9, b=1)^-1)
hyper2 Package: Likelihood Functions for Generalized Bradley-Terry Models.” The R Journal 9 (2): 429–39.