easystats / modelbased

:chart_with_upwards_trend: Estimate effects, contrasts and means based on statistical models
https://easystats.github.io/modelbased/
GNU General Public License v3.0
234 stars 19 forks source link

estimate_dispersion() (and maybe estimate_zeroinflation()?) #136

Open bwiernik opened 3 years ago

bwiernik commented 3 years ago

For models with dispersion models, it would be nice if two things were possible:

  1. Incorporation of modeled dispersion parameters into prediction intervals in estimate_prediction().
  2. Estimate predicted dispersion and confidence intervals on the link or response scale. This could be an option in estimate_response() and related functions (cf. https://github.com/easystats/insight/issues/413) or a separate estimate_dispersion(). Like with estimate_prediction(), making this an alias of estimate_response() with default options might make sense.

Relatedly, options for estimating zero-inflation predictions would be great.

bwiernik commented 3 years ago

What do you think about API here? @DominiqueMakowski