chat | R Documentation |
Computes various types of overdispersion metrics, based on Pearson residuals, for binomial N-mixture models.
chat(umFit, type = "marginal")
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'. |
An estimate of overdispersion relative to the fitted model.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.