summarisePost: Summarize Posteriorrs

View source: R/summarisePost.R

summarisePostR Documentation

Summarize Posteriorrs

Description

After the user has extracted posterior draws from an 'mcmc' object and wrangled them into a long tibble, this function computes several summary statistics.

Usage

summarisePost(.data, value, ..., .cred_int_prob = 0.95)

Arguments

.data

A data frame or data frame extension (e.g. a tibble) containing a column called 'value'

value

name of the column containing posterior values. Default is 'value'.

...

<tidy-select> Columns to group by (e.g. 'origin', 'param', etc.)

.cred_int_prob

A numeric scalar in the interval (0,1) giving what highest posterior density portion of the posterior the credible interval should cover. The default value is 95%.

Author(s)

Kevin See

Examples

#summarisePost()

BiomarkABS/DABOM documentation built on June 2, 2025, 3:18 a.m.