Calculates the ranges of summary statistics from the output of two or more runs of the MCMC algorithm.
sensitivity(...)
# S4 method for class 'EventsMCMC'
sensitivity(..., positions = NULL, level = 0.95)
Any EventsMCMC
object.
A numeric
vector specifying the positions of the columns
corresponding to the MCMC chains of interest, or a character
vector of
column names.
A length-one numeric
vector giving the confidence level.
A data.frame
.
This function is useful for estimating the sensitivity of calibration results to different model parameters.
Other statistics:
interval_credible()
,
interval_hdr()
,
summary()