Learn R Programming

bpcs (version 1.0.0)

get_stanfit_summary: Get stanfit summary table of all parameters excluding log_lik.

Description

Important to investigate the neff and the Rhat from the MCMC This excludes the log_lik paramter

Usage

get_stanfit_summary(bpc_object)

Arguments

bpc_object

a bpc object

Value

a data frame with the summary including quantiles, Rhat and neff

Examples

Run this code
# 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