calibvaCSMFPosteriorSummary: collect CSMF posterior summaries from the CalibVA sampler

View source: R/utils.R

calibvaCSMFPosteriorSummaryR Documentation

collect CSMF posterior summaries from the CalibVA sampler

Description

collect CSMF posterior summaries from the CalibVA sampler

Usage

calibvaCSMFPosteriorSummary(
  calibvaCSMFPosteriorSamples,
  percentile.L = 0.025,
  percentile.U = 0.975
)

Arguments

calibvaCSMFPosteriorSamples

a tibble returned from calibvaCSMFPosteriorSamples

percentile.L

the lower percentile for a credible interval. Default .025

percentile.U

the upper percentile for a credible interval. Default .975

Value

a tibble with the posterior means, and confidence intervals of the CSMF and the names of each cause, for each of the posterior samples that are obtained


jfiksel/CalibratedVA documentation built on Nov. 14, 2022, 2:59 p.m.