View source: R/utils-get-prior-string.R
get_prior_string | R Documentation |
vals
and build a string defining
the prior info.
If Fixed, it will return the initial value
If Lognormal, it will parse the vals
and build a string defining the
prior info, with the exp function appliedLooks at the prior type p_type and phase, and if uniform will return
"Uniform"
If not uniform, it will parse the vals
and build a string defining
the prior info.
If Fixed, it will return the initial value
If Lognormal, it will parse the vals
and build a string defining the
prior info, with the exp function applied
get_prior_string(row, digits = 2)
digits |
The number of decimal points to return |
vals |
The parameter initial values and settings from the control file |
A string with the prior type and initial values in parentheses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.