|
*'''Simple binary logistic regression'''
::<math>\log Y = a + bX</math><br>where <math>Y</math> is '''odds ''' of outcome<math>\frac{p}{1-p}</math>
|
*'''Multivariable† binary logistic regression'''
::<math>\log Y = a + b_1X_1 + b_2X_2 + b_3X_3 + \cdots</math><br>where <math>Y</math> is '''odds ''' of outcome<math>\frac{p}{1-p}</math>
|-
|
*'''Multivariable Poisson regression'''
::<math>\log Y = a + b_1X_1 + b_2X_2 + b_3X_3 + \cdots</math><br>where <math>Y</math> is '''rate ratio''' <math>\frac{events_1/person \cdot time}{events_2/person \cdot time}</math>
|-