Description Usage Arguments Value References Examples
This is used to evaluate the fit of the model using entropy criteria
1 | get_loo(bpc_object)
|
bpc_object |
a bpc object |
a loo object
Vehtari A, Gelman A, Gabry J (2017). Practical Bayesian model evaluation using leave-one-out cross-validation and WAIC. Statistics and Computing_, 27, 1413-1432
1 2 3 4 5 6 7 8 | m<-bpc(data = tennis_agresti,
player0 = 'player0',
player1 = 'player1',
result_column = 'y',
model_type = 'bt',
solve_ties = 'none')
l<-get_loo(m)
print(l)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.