Skip to content

Unnecessary checks in check_model for NB models #500

Open
@mattansb

Description

@mattansb

Dispersion plot does not seem to account for the theta parameter in the model?

library(performance)

set.seed(3)
mu <- rpois(500, lambda = 3)
x <- rnorm(500, mu, mu*3) |> ceiling() |> pmax(0)

quine.nb1 <- MASS::glm.nb(x ~ mu)


check_model(quine.nb1)

Created on 2022-10-23 by the reprex package (v2.0.1)

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