View source: R/general_functions.R
print_prctiles | R Documentation |
calculate percentiles for fitted parameters
print_prctiles(chain, prctiles = c(0.025, 0.5, 0.975), par_names_plot)
chain |
the MCMC chain: a data frame with n columns, where n is the number of fitted parameters |
prctiles |
a numeric vector of length m containing the percentiles to be calculated (between 0 and 1) |
par_names_plot |
parameter names for the output data frame |
a data frame with n rows and m columns containing the percentiles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.