- sims
Bayesian model object generated by R2jags, rjags, R2WinBUGS,
R2OpenBUGS, MCMCpack, rstan, and rstanarm.
- ci
desired level for credible intervals; defaults to c(0.025, 0.975).
- pars
character vector of parameters to be printed; defaults to NULL
(all parameters are printed). If not NULL
, the user can either specify the exact names of
parameters to be printed (e.g. c("alpha", "beta1", "beta2")
) or part of a name
so that all parameters containing that name will be printed (e.g. "beta"
will print beta1
, beta2
, etc.).
- Pr
print percent of posterior draws with same sign as median; defaults to FALSE
.
- ROPE
defaults to NULL
. If not NULL
, a vector of two values defining the region of
practical equivalence ("ROPE"); returns % of posterior draws to the left/right of ROPE. For this quantity
to be meaningful, all parameters must be on the same scale (e.g. standardized coefficients
or first differences). See Kruschke (2013, Journal of Experimental
Psychology 143(2): 573-603) for more on the ROPE.
- regex
use regular expression matching with pars
?