RprobitB_gibbs_samples_statistics {RprobitB} | R Documentation |
Create object of class RprobitB_gibbs_samples_statistics
Description
This function creates an object of class
RprobitB_gibbs_samples_statistics
.
Usage
RprobitB_gibbs_samples_statistics(gibbs_samples, FUN = list(mean = mean))
Arguments
gibbs_samples |
An object of class |
FUN |
A (preferably named) list of functions that compute parameter statistics from the Gibbs samples, for example
|
Value
An object of class RprobitB_gibbs_samples_statistics
, which is a list
of statistics from gibbs_samples
obtained by applying the elements of
FUN
.
[Package RprobitB version 1.1.4 Index]