chat {nmixgof}R Documentation

Overdispersion metrics for binomial N-mixture models.

Description

Computes various types of overdispersion metrics, based on Pearson residuals, for binomial N-mixture models.

Usage

chat(umFit, type = "marginal")

Arguments

umFit

An object of class unmarkedFit from a model fitted using pcount.

type

The type of metric to compute, one of 'marginal', 'site-sum' or 'observation'.

Value

An estimate of overdispersion relative to the fitted model.

Examples

library(unmarked)
data(mallard)
fm.mallard <- pcount(~ 1 ~ 1, unmarkedFramePCount(y = mallard.y), K=100)
chat(fm.mallard, "m")
chat(fm.mallard, "s")
chat(fm.mallard, "o")

[Package nmixgof version 0.1.0 Index]