make_priors | R Documentation |
This function allows users to change the numerical values of priors (but not their distributions). Users should only change these values if they have read and understood the source code.
make_priors(priors_to_change = NULL, include_rownames = FALSE)
priors_to_change |
A named vector of priors to change. To get parameter names, run: make_priors(include_rownames=TRUE). Values must be 2-vectors. If the prior has only one parameter, inlcude 0 as the second element. |
include_rownames |
Should rownames be printed? |
A STRAND priors matrix.
## Not run:
make_priors(priors_to_change=list(sr_L=5),include_rownames=TRUE)
make_priors()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.