Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
Open
Distribution-level varaince for glmmTMB (family "compois")#1127
Labels
3 investigators Need to look further into this issueget_variancefunction specific labels

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3 investigators Need to look further into this issueget_variancefunction specific labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions