Description Usage Arguments Value See Also Examples
View source: R/prep_prior_list.R
Parses the prior specifications provided in the .yaml
file, including checks that they are properly specified and
currently supported. Then, converts the prior specifications into
a named list to be passed to Stan.
1 | prep_prior_list(prior_file)
|
prior_file |
Path to the |
A list containing the values for the priors to be passed to Stan.
1 2 3 4 | ## Not run:
prep_prior_list("path/to/priors.yaml")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.