print.stanFoot: Print Method for stanFoot Objects

View source: R/print_fun_foot.R

print.stanFootR 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 stanFoot.

pars

Optional character vector specifying parameters to include in the summary. This can be specific parameter names (e.g., "att", "def", "att_raw", "def_raw", "home", "sigma_att", "sigma_def", "rho", and "beta"). If NULL, all parameters are included.

teams

Optional character vector specifying team names whose "att", "def", "att_raw", "def_raw" parameters should be displayed.

digits

Number of digits to use when printing numeric values. Default is 3.

true_names

Logical value indicating whether to display team names in parameter summaries. Default is TRUE.

...

Additional arguments passed.

Author(s)

Roberto Macrì Demartino roberto.macridemartino@deams.units.it


LeoEgidi/footBayes documentation built on June 2, 2025, 11:32 a.m.