print.bpc: Print method for the bpc object.

Description Usage Arguments Examples

View source: R/bpc_s3.R

Description

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

Usage

1
2
## S3 method for class '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

1
2
3
4
5
6
7
m<-bpc(data = tennis_agresti,
player0 = 'player0',
player1 = 'player1',
result_column = 'y',
model_type = 'bt',
solve_ties = 'none')
#' print(m)

bpcs documentation built on Dec. 15, 2020, 5:23 p.m.