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)

References

Hankin, R. K. S. 2017. “Partial Rank Data with the hyper2 Package: Likelihood Functions for Generalized Bradley-Terry Models.” The R Journal 9 (2): 429–39.