summary.bpc: Summary of the model bpc model.

Description Usage Arguments Examples

View source: R/bpc_s3.R

Description

Usage

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

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')
summary(m)

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