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
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?
I would like to have confidence intervals for
predict. In GLM.jl,predicttakes a keyword argumentinterval=:confidencethat permits this. Is it possible to get confidence intervals in FixedEffectModels predictions?