sensitivity {ArchaeoPhases} | R Documentation |
Sensitivity
Description
Calculates the ranges of summary statistics from the output of two or more runs of the MCMC algorithm.
Usage
sensitivity(...)
## S4 method for signature 'EventsMCMC'
sensitivity(..., positions = NULL, level = 0.95)
Arguments
... |
Any |
positions |
A |
level |
A length-one |
Details
This function is useful for estimating the sensitivity of calibration results to different model parameters.
Value
A data.frame
.
Author(s)
T. S. Dye, N. Frerebeau
See Also
Other statistics:
interval_credible()
,
interval_hdr()
,
summary()
Examples
## Coerce to MCMC
eve <- as_events(mcmc_events, calendar = CE(), iteration = 1)
## Returns 0's
sensitivity(eve, eve)
[Package ArchaeoPhases version 2.0 Index]