powered by
Return a data frame with the mean and with high and low 95% hpd interval for all parameters of the model
get_hpdi_parameters(bpc_object)
a bpc object
a data frame containing a column with the parameters, a column with mean and two columns with higher and lower hpdi
# NOT RUN { m<-bpc(data = tennis_agresti, player0 = 'player0', player1 = 'player1', result_column = 'y', model_type = 'bt', solve_ties = 'none') hpdi<-get_hpdi_parameters(m) print(hpdi) # }
Run the code above in your browser using DataLab