- model
Statistical model.
- iterations
The number of draws to simulate/bootstrap.
- centrality
The point-estimates (centrality indices) to compute. Character (vector) or list with one or more of these options: "median", "mean", "MAP" or "all".
- ci
Value or vector of probability of the CI (between 0 and 1)
to be estimated. Default to .95 (95%).
- ci_method
The type of index used for Credible Interval. Can be
"ETI" (default, see eti()), "HDI"
(see hdi()), "BCI" (see
bci()), "SPI" (see spi()), or
"SI" (see si()).
- test
The indices to compute. Character (vector) with one or more of these options: "p-value" (or "p"), "p_direction" (or "pd"), "rope", "p_map", "equivalence_test" (or "equitest"), "bayesfactor" (or "bf") or "all" to compute all tests. For each "test", the corresponding bayestestR function is called (e.g. bayestestR::rope() or bayestestR::p_direction()) and its results included in the summary output.
- ...
Arguments passed to or from other methods.