powered by
This S3 functions only prints the mean and the HDPI values of all the parameters in the model
# S3 method for bpc print(x, digits = 3, ...)
a bpc object
number of decimal digits in the table
additional parameters for the generic print function
# 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