View source: R/print_fun_foot.R
print.btdFoot | R Documentation |
Provides detailed posterior summaries for the Bayesian Bradley-Terry-Davidson model parameters.
## S3 method for class 'btdFoot'
print(
x,
pars = NULL,
teams = NULL,
digits = 3,
true_names = TRUE,
display = "both",
...
)
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. |
Roberto Macrì Demartino roberto.macridemartino@deams.units.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.