You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
We could really use a method that computes the prediction interval for logistic regression.
As an example, suppose we are predicting the likelihood of the Cubs winning the World Series. The model gives us a result of 20%. What is the 95% confidence interval for the real percent?
R seems to be the only place you can do that right now.