eval_init_one_param | R Documentation |
eval_init_one_param
Helper function for eval_init_one_param
eval_init_one_param(param_init, param_name, sdata)
param_init |
|
param_name |
character parameter name defined in the stan model |
sdata |
|
numeric
or array
. If the parameter is of the form b_<param>
then brms expects an array of dimension sdata$K_<param>
, otherwise
return a numeric
value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.