This function can used to access capture data from within the sefraData object.
Usage
captures(object, model_fit, ...)
# S4 method for class 'sefraData,ANY'
captures(object)
# S4 method for class 'sefraData,stanfit'
captures(object, model_fit)Arguments
- object
a
sefraDataclass object- model_fit
stanfitobject containing MCMC samples.- ...
additional arguments to the generic function (not used)