View source: R/stan_summaries.R
add_cov_stats_ind | R Documentation |
Adds columns specifying true mu, 95% coverage, bias and precision to the cmdstanr fit summary dataframe containing only individual parameter rows
add_cov_stats_ind(ind_fit, ind_pars, model_num)
ind_fit |
filtered cmdstanr summary fit dataframe (only individual par rows) |
ind_pars |
list containing true individual parameters |
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.