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.) #' @param .cred_int_prob A numeric scalar in the interval (0,1) giving what higest posterior density portion of the posterior the credible interval should cover. The default value is 95%.

Author(s)

Kevin See

Examples

#summarisePost()

KevinSee/DABOM documentation built on April 4, 2024, 9:28 a.m.