jthaman / ciTools

An R Package for Quick Uncertainty Intervals
GNU General Public License v3.0
106 stars 9 forks source link

Add_pi does not work for Gaussian family #14

Closed jthaman closed 6 years ago

jthaman commented 6 years ago

If family=gaussian is used in add_pi, all the bounds to returned as zero vectors.

Since these prediction intervals can be solved parametrically, we should just pass to add_pi.lm if the Guassian family is used in a glm model.