View source: R/stan_summaries.R
get_inds | R Documentation |
Filters cmdstan fit summary dataframe for mu values and adds fit diagnostic columns (add_cov_stats_ind())
get_inds(
stan_fit_summary,
ind_pars,
model_num,
param_list = NULL,
many_models = F
)
stan_fit_summary |
cmdstan fit summary dataframe |
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.