bb_priors_recruitment | R Documentation |
Prior distribution parameters and default values for recruitment model parameters.
bb_priors_recruitment()
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)
Adult female proportion
adult_female_proportion ~ Beta(alpha = adult_female_proportion_alpha, beta = adult_female_proportion_beta)
A named vector.
bb_priors_survival()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.