logbinomial
Logbinomial refers to statistical models that use a log link for binomial outcomes, commonly known as log-binomial regression. It is used to model the probability of a binary event as p = exp(Xβ), rather than the logit transformation p = exp(Xβ)/(1+exp(Xβ)) used in logistic regression. The parameters β represent the log risk associated with covariates, and exp(βj) gives a relative risk for a one-unit increase in the covariate, holding others constant.
Because p must lie in the interval (0,1), the linear predictor Xβ must be non-positive for all
In practice, log-binomial models are sometimes estimated using constrained optimization techniques, or via a common workaround:
Compared with logistic regression, the log-binomial approach yields risk ratios directly, which can be more interpretable
Related topics include generalized linear models, link functions, and methods for estimating relative risk, such as