Hello! Currently, I am preparing a paper in which, among other things, I have trained a model using the rstanarm::stan_glm() function and hs() as the prior distribution. I want to describe the main formulas of the model in the manuscript, but, as my statistics background is limited, I would appreciate if someone can corroborate whether the formulas extracted from the documentation are the correct ones:
- Link (logit)
- Likelihood (Binomial(link = logit))
- Posterior (algorithm = ‘sampling’ - MCMC)
- Horseshoe prior (prior = hs())
Thank you very much!!!
Source (link, likelihood, posterior): Estimating Generalized Linear Models for Binary and Binomial Data with rstanarm • rstanarm
Source (horseshoe prior): http://proceedings.mlr.press/v54/piironen17a/piironen17a.pdf (Formula #3)