View source: R/utils-split-prior-info.R
split_prior_info | R Documentation |
Extract priors information from a string with a particular format into a vector
split_prior_info(prior_str, dec_points = 1, first_to_lower = FALSE)
prior_str |
A string with the format |
dec_points |
The number of decimal points to use |
first_to_lower |
Make the first letter of the prior name lower case |
A vector of length 3 with the following format:
c("Lognormal", 2.0, 1.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.