Closed frederikziebell closed 4 years ago
The priors bayesglm in arm are hard coded and thus cannot be altered into other distribution families. And there is no prior setting for the variance. If this is really what you wanted, you can try stan_glm in rstanarm.
Is it possible to also specify an inverse-gamma prior in
bayesglm()
for the variance of a Gaussian-family model?