| prior_normal | R Documentation |
Specify a normal (or truncated normal) prior for a regression coefficient
prior_normal(mean = 0, sd = 1, lb = -Inf, ub = Inf)
mean |
Prior mean. Default 0. |
sd |
Prior standard deviation. Default 1. |
lb |
Lower bound (use |
ub |
Upper bound (use |
A smoothbp_prior object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.