Learn R Programming

bpcs (version 1.0.0)

print.bpc: Print method for the bpc object.

Description

This S3 functions only prints the mean and the HDPI values of all the parameters in the model

Usage

# S3 method for bpc
print(x, digits = 3, ...)

Arguments

x

a bpc object

digits

number of decimal digits in the table

additional parameters for the generic print 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')
#' print(m)
# }

Run the code above in your browser using DataLab