Logistic Regression Flashcards
What is odds?
Ratio of the probability of an event occurring to the probability of it not occurring
What is odds ratio?
The odds in the group of interest over the odds in the comparator
What would hte odds ratio be if there was no difference between the 2 groups?
1
What value would the odds ratio be if the odds of the outcome occurring in the group of interest are lower than the comparator group
<1
What value would the odds ratio be if the odds of the outcome occurring in the group of interest are greater than the comparator group
> 1
What is the equation for simple linear regression?
y = a + bx
(a and b explain linear relationship between y and x)
What is “a” in y = a + bx
a is the constant (or intercept point at which regression line crosses y axis)
What is “b” in y = a + bx
b is the slope (regression coefficient) and tells us the direction and strength of the relationship
What is “y” in y = a + bx
y is the outcome variable (dependent variable or response)
What is “x” in y = a + bx
x is the predictor variable (independent or explanatory variable). Using x to predict y.
What is the equation for multiple regression when predicting lung function (FEV1) from height (cm), age and ethnicity?
FEV1 = a + b1height + b2age + b3ethnicity
Logistic regression works on a ___ scale
log
To return to the odds scale, need to _______ the regression coefficients
exponentiate (raising to a power)
How do you exponentiate?
Use the natural log (ln) and its base e =2.71828
Logistic regression creates bounds so the values all range within the range of…
0 to 1