post_summary: Get a basic tidy summary of a bayesian model (no prior...

Description Usage Arguments Examples

Description

Get summary including ETI or HDI credible intervals, exact p-values, and Vovk-Selke maximum p-value ratio (VS-MPR).

Usage

1
2
3
4
post_summary(x, pars, digits = 2, estimate.method = "mean",
  cred.int = TRUE, pvals = FALSE, ess = TRUE, VSMPR = FALSE,
  cred.level = 0.95, cred.method = "ETI", droppars = c("lp__",
  "hs_c2"), ...)

Arguments

x

the set of posterior samples to be summarized

digits

number of digits to round estimates to

estimate.method

one of "mean" or "median"

cred.int

set to FALSE to exclude credible intervals

pvals

set to FALSE to exclude exact p-values

ess

set to TRUE to include ess

VSMPR

set to FALSE to exclude VS-MPR

cred.level

the confidence level. defaults to .95

cred.method

one of "HDI" or "ETI"

droppars

list of parameters to exclude, defaults to c("lp__","hs_c2")

rhat

set to TRUE to include rhat

Examples

1

abnormally-distributed/abdisttools documentation built on May 5, 2019, 7:07 a.m.