Choose how to connect your predictors to the probability of heart disease
The link function g() determines how the linear combination of predictors relates to the probability of heart disease.
We're predicting a probability. This means our predictions must be bounded:
The link function must map from the unbounded linear predictor $\eta = \beta_0 + \beta_1 X_1 + \ldots$ (which can be any real number) to a probability between 0 and 1.
For predicting the probability of heart disease (a value between 0 and 1), which link function is most appropriate?
Click on a card to select it.
With the logit link, your model equation becomes:
With the logit link, the coefficients are log-odds ratios: