Description Usage Arguments Value Examples
Important to investigate the neff and the Rhat from the MCMC This excludes the log_lik paramter
1 | get_stanfit_summary(bpc_object)
|
bpc_object |
a bpc object |
a data frame with the summary including quantiles, Rhat and neff
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')
s <- get_stanfit_summary(m)
print(s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.