Set up a Normal-Gamma prior
set_NG(
mu = 0,
precision = 1e-08,
shape = 0.01,
rate = 0.01,
beta = NULL,
sigma = NULL
)set_SNG(
lambda_a = 0.01,
lambda_b = 0.01,
theta_scale = 0,
theta_a = 1,
lambda = 1,
tau = 10,
theta = 0.1
)
set_HS(lambda = 1, tau = 1, zeta = 1, nu = 1)
Numeric scalar or vector with the prior mean of 'beta'.
Numeric scalar or matrix with the prior precision of 'beta'. Not used for shrinkage priors.
Numeric scalars with the prior shape and rate of 'sigma'.
Numeric scalars with the prior shape and rate of 'lambda'.
Numeric scalar with the proposal scale of 'theta'. Defaults to zero for a fixed value.
Numeric scalar with the prior rate of 'theta'.
Numerics with starting values for the respective parameter.
Returns a list with priors and settings.