print.stanFoot {footBayes} | R Documentation |
Print Method for stanFoot Objects
Description
Provides detailed posterior summaries for the Stan football model parameters.
Usage
## S3 method for class 'stanFoot'
print(x, pars = NULL, teams = NULL, digits = 3, true_names = TRUE, ...)
Arguments
x |
An object of class |
pars |
Optional character vector specifying parameters to include in the summary. This can be specific parameter names (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 |
... |
Additional arguments passed. |
Author(s)
Roberto Macrì Demartino roberto.macridemartino@phd.unipd.it
[Package footBayes version 1.0.0 Index]