FixedEffectModels.jl icon indicating copy to clipboard operation
FixedEffectModels.jl copied to clipboard

Generate confidence intervals for `predict`

Open jariji opened this issue 3 years ago • 1 comments
trafficstars

I would like to have confidence intervals for predict. In GLM.jl, predict takes a keyword argument interval=:confidence that permits this. Is it possible to get confidence intervals in FixedEffectModels predictions?

jariji avatar Sep 02 '22 01:09 jariji

Yes, it should not be too hard to do — you're welcome to try adding it if you have some time. Here is the code to modify: https://github.com/FixedEffects/FixedEffectModels.jl/blob/eb7bf7318f65841446821c4b7a82820a00b803fc/src/FixedEffectModel.jl#L75

matthieugomez avatar Nov 02 '22 22:11 matthieugomez