bb_priors_survival | R Documentation |
Prior distribution parameters and default values for survival model parameters.
bb_priors_survival()
Intercept
b0 ~ Normal(mu = b0_mu, sd = b0_sd)
Year Trend
bYear ~ Normal(mu = bYear_mu, sd = bYear_sd)
Year fixed effect
bAnnual ~ Normal(mu = 0, sd = bAnnual_sd)
Standard deviation of annual random effect
sAnnual ~ Exponential(rate = sAnnual_rate)
Standard deviation of month random effect
sMonth ~ Exponential(rate = sMonth_rate)
A named vector.
bb_priors_survival()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.