powered by
Important to investigate the neff and the Rhat from the MCMC This excludes the log_lik paramter
get_stanfit_summary(bpc_object)
a bpc object
a data frame with the summary including quantiles, Rhat and neff
# NOT RUN { 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) # }
Run the code above in your browser using DataLab