Skip to content

Distribution-level varaince for glmmTMB (family "compois") #1127

Description

@Pseudachristopher

I have run [insight](insight::get_variance) on a fitted glmmTMB model with a "compois" (Conway-Maxwell Poisson) family:

richness_glmmTMB<- glmmTMB(richness ~ vl100m_cs + build50m_cs_o + roads100m_cs + (1 | site/neighbourhood), data = df_Bird, family = "compois", na.action = "na.fail", REML = F)
var.distribution is returned as the Dispersion parameter for the Conway-Maxwell (from glmmTMB summary):

Dispersion parameter for compois family (): 0.473

Does this represent an accurate approximation for Distribution-specific variance for a Conway-Maxwell Poisson (compois)? Could Conway-Maxwell be a candidate for additional model support in "insight".

Thank you very much for your time and consideration.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions