This document discusses empirical logit models. It begins by clarifying logit models, which use a logit link function to model binary dependent variables. It then discusses Poisson regression models. The document notes that empirical logit can be used to model low-frequency events like errors or rare outcomes that may have probabilities close to 0. Empirical logit makes extreme probabilities less extreme by adding 0.5 to the numerator and denominator when calculating the logit. It concludes by discussing how to implement empirical logit models using the psycholing package in R.
Related topics: