param_summary: Summary quantiles for the STOC free model parameters

View source: R/sf_output_mcmc_summaries.R

param_summaryR Documentation

Summary quantiles for the STOC free model parameters

Description

Summary quantiles for the STOC free model parameters

Usage

param_summary(
  x = data.frame(),
  parameters = c("Se", "Sp", "tau", "pi_within", "theta"),
  probs = c(0.5, 0.025, 0.975),
  digits = 4
)

Arguments

x

a data frame with MCMC samples for the different model parameters generated by the STOC free model

parameters

model parameters to summarise

probs

quantiles to compute for each parameter. The default values are the median as well as the 2.5 and 97.5 percentiles.

digits

number of digits used to round the results

Value

this function returns the quantiles supplied with the probs argument for the different parameters of the STOC free model.


AurMad/STOCfree documentation built on Sept. 13, 2022, 3:20 a.m.