Internal function that averages over posterior predictions
using either rowMeans() or rowBootMeans(), the latter
being useful to incorporate uncertainty from the
inputs being used to generate predictions.
Arguments
- posterior
A posterior matrix type object. It is assumed that different predictions to be averaged over are on different columns. Different posterior draws are on different rows.
- resample
An integer indicating the number of bootstrap resamples of the posterior predictions to use when calculating summaries. Defaults to
0L. See the details section for more information as its implementation is experimental and it may not operate as one would expect.- seed
A seed for random number generation. Defaults to
FALSE, which means no seed is set. Only used ifresampleis a positive, non-zero integer.