select_prior | R Documentation |
Select a prior model
select_prior( family = c("dnorm", "dgamma", "dbeta", "dlnorm"), link = c("identity", "log", "logit"), prior.density = TRUE, keep_grad = TRUE )
family |
prior distribution type |
link |
link |
prior.density |
(logical) keep the Jacobian of transformations? |
keep_grad |
(logical) keep gradients? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.