Heavier-tailed alternative to prior_normal(). For logistic-regression
coefficients with unit-scale predictors, the Stan community prior-choice
recommendations suggest Student-t with df between 3 and 7 as a robust
weakly informative prior (Gelman et al., 2008).
Arguments
- df
Degrees of freedom (must be positive). Values in
3:7are recommended for logistic-regression coefficients.- mean
Prior location (default 0).
- sd
Prior scale (default 2.5).
- autoscale
See
prior_normal(). DefaultFALSE.
