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

Description Usage Arguments Value Examples

View source: R/bpc_exports.R

Description

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

Usage

1
get_stanfit_summary(bpc_object)

Arguments

bpc_object

a bpc object

Value

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

Examples

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)

bpcs documentation built on Dec. 15, 2020, 5:23 p.m.