View source: R/model_evaluation.R
RprobitB_gibbs_samples_statistics | R Documentation |
RprobitB_gibbs_samples_statistics
This function creates an object of class
RprobitB_gibbs_samples_statistics
.
RprobitB_gibbs_samples_statistics(gibbs_samples, FUN = list(mean = mean))
gibbs_samples |
An object of class |
FUN |
A (preferably named) list of functions that compute parameter statistics from the Gibbs samples, for example
|
An object of class RprobitB_gibbs_samples_statistics
, which is a list
of statistics from gibbs_samples
obtained by applying the elements of
FUN
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.