R/priors.R
prior_spec.Rd
Prior specification
prior_spec( dists = list(intercept ~ normal(0, 10), beta ~ normal(0, 2.5)), autoscale = TRUE )
a list containing the prior specification for the parameters.
logical argument indicating if the covariates should be centered and scaled (default is TRUE)