print.btdFoot: Print Method for btdFoot Objects

View source: R/print_fun_foot.R

print.btdFootR 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 = "both",
  ...
)

Arguments

x

An object of class btdFoot.

pars

Optional character vector specifying parameters to include in the summary (e.g., "logStrength", "logTie", "home", "log_lik", and "y_rep").

teams

Optional character vector specifying team names whose logStrength 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.

display

Character string specifying which parts of the output to display. Options are "both", "rankings", or "parameters". Default is "both".

...

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.