View source: R/prep_data_for_rstan.R
prep_data_for_rstan | R Documentation |
prepare data for stan call
prep_data_for_rstan(mat, n_rand = 1, silent = FALSE, for_elo_model = TRUE)
mat |
square interaction matrix |
n_rand |
numeric, number of randomizations |
silent |
logical, omit printing messages regarding non-fatal data
issues. Default is |
for_elo_model |
logical, output ready for Elo steepness (default,
|
a list that is formatted so that it can be handed over to the respective Stan models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.