Learn R Programming

bpcs (version 1.0.0)

summary.bpc: Summary of the model bpc model.

Description

  • Table 1: Contains the parameter estimates and respective HPD interval

  • Table 2: Contains the posterior probability for the combination of all players

  • Table 3: Contains the ranking of the players' abilities based on the posterior distribution of the ranks

Usage

# S3 method for bpc
summary(object, digits = 2, ...)

Arguments

object

bpc object

digits

number of decimal digits in the table

additional parameters for the generic summary function

Examples

Run this code
# NOT RUN {
m<-bpc(data = tennis_agresti,
player0 = 'player0',
player1 = 'player1',
result_column = 'y',
model_type = 'bt',
solve_ties = 'none')
summary(m)
# }

Run the code above in your browser using DataLab