View source: R/stan_summaries.R
add_vars_from_stan_list_to_model_output | R Documentation |
Useful for supplying simulated model with simulated parameters and experimental vars from task skeleton
add_vars_from_stan_list_to_model_output(
exp_struct_list,
cmdstan_summary,
stan_list,
var_names
)
exp_struct_list |
has to have 'ntrial' and 'nblock' field, specifying the number of trials per subject |
cmdstan_summary |
summary object |
stan_list |
stan list containing the variables to add |
var_names |
names of variables to add |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.