Social ScienceQuarto

Væl Space

Home PageRSS Feed
language
Social Science
Published

This summer, I’ve been spending some time getting more familiar with the nitty-gritty of Bayesian models, and I’m working on some modelling in Stan for logistic regression. Setting up the basic model formula in Stan for logistic regression is pretty straightforward: mu = intercept + slope * x; y ~ bernoulli_logit(mu); And then you “just” need to set a prior for for the intercept and slope terms.