par_option | R Documentation |
Helper for defining the settings of a parameter
par_option(option = "fixed", mean = 0, sd = 1)
option |
Should the parameter be estimated freely ( |
mean |
Mean value of the parameter. Treated as a starting value if
option is |
sd |
SD value of the parameter. Treated as a starting value if
option is |
mean
and sd
inputs can be a vector of equal length as the number
of parameter values if priors are being defined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.