#statstab #501 Prediction intervals for GLMs
Thoughts: Sometimes the prediction of the next dat point can be [0,1]. Not very useful.
#prediction #uncertainty #predictionintervals #glm #binomial #probability
https://fromthebottomoftheheap.net/2017/05/01/glm-prediction-intervals-i/
Prediction intervals for GLMs part I
One of my more popular answers on StackOverflow concerns the issue of prediction intervals for a generalized linear model (GLM). My answer really only addresses how to compute confidence intervals for parameters but in the comments I discuss the more substantive points raised by the OP in their question. Lately...