-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Is the predictCount() function supposed to work for logistic regression models, or just Poisson GLMs? It is used to calculate estimated probabilities in a previous version of the STATS 20x notes.
However, the function appears to think every GLM has a log link function. For logistic regression models, estimated probabilities are calculated by exponentiating the linear predictor, rather than using the inverse-logit function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels