generate_quantiles: Formatted quantiles

View source: R/analysis.R

generate_quantilesR Documentation

Formatted quantiles

Description

Given a vector of MCMC samples, generates and formats the desired quantile estimates

Usage

generate_quantiles(x, sig_f = 3, qs = c(0.025, 0.5, 0.975), as_text = TRUE)

Arguments

x

the vector to summarise

sig_f

how many significant figures to print

qs

the vector of quantiles

as_text

if TRUE, formats nicely as text rather than a vector of numbers

Value

the formatted quantiles

Examples

data(example_theta_chain)
x <- example_theta_chain$boost_long
generate_quantiles(x)

adamkucharski/serosolver documentation built on April 13, 2024, 10:24 a.m.