View source: R/stan_summaries.R
add_cov_stats_mu | R Documentation |
Adds columns specifying true mu, 95% coverage, bias and precision to the cmdstanr fit summary dataframe containing only mu rows
add_cov_stats_mu(mu_fit, mu_list, model_num = 1)
mu_fit |
filtered cmdstanr summary fit dataframe (only mu rows) |
mu_list |
named list containing true mu values |
model_num |
(int) specifying the number of stan models used in the dataframe |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.