This document provides an introduction to logit models for categorical outcomes. It discusses how logit models use a logistic link function to model the log odds of categorical outcomes as a linear combination of predictors while accounting for random effects. Key points covered include probabilities, odds, the logit transformation, interpreting model parameters, and implementing logit models in R using the glmer() function from the lme4 package.