Skip to contents

This function can used to access capture data from within the sefraData object.

Usage

captures(object, model, ...)

# S4 method for class 'sefraData,ANY'
captures(object)

# S4 method for class 'sefraData,sefraModel'
captures(object, model)

Arguments

object

a sefraData class object

model

optional CmdStanMCMC environment containing MCMC samples. If this is supplied, fitted values are returned, otherwise the raw data are printed.

...

additional arguments to the generic function (not used)