print.btdFoot {footBayes} | R Documentation |
Print Method for btdFoot Objects
Description
Provides detailed posterior summaries for the Bayesian Bradley-Terry-Davidson model parameters.
Usage
## S3 method for class 'btdFoot'
print(
x,
pars = NULL,
teams = NULL,
digits = 3,
true_names = TRUE,
display = c("both", "rankings", "parameters"),
...
)
Arguments
x |
An object of class |
pars |
Optional character vector specifying parameters to include in the summary (e.g., |
teams |
Optional character vector specifying team names whose |
digits |
Number of digits to use when printing numeric values. Default is |
true_names |
Logical value indicating whether to display team names in parameter summaries. Default is |
display |
Character string specifying which parts of the output to display. Options are |
... |
Additional arguments passed. |
Author(s)
Roberto Macrì Demartino roberto.macridemartino@phd.unipd.it
[Package footBayes version 1.0.0 Index]