Description Usage Arguments Examples
This S3 functions only prints the mean and the HDPI values of all the parameters in the model
1 2 |
x |
a bpc object |
digits |
number of decimal digits in the table |
... |
additional parameters for the generic print function |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.