View source: R/plot-Nmix-resi&map-Nmix-resi_AHM1_6-9-3_plotting.R
plot_Nmix_resi | R Documentation |
Function does diagnostic plots for one binomial N-mixture model fitted with all three mixture distributions currently available in package unmarked: Poisson, negative binomial and zero-inflated Poisson. For each, fitted values vs. observed data and residuals vs. fitted values are plotted.
plot_Nmix_resi(fmP, fmNB, fmZIP)
fmP |
Fitted model object for Poisson distribution. |
fmNB |
Fitted model object for negative binomial distribution. |
fmZIP |
Fitted model object for zero-inflated Poisson distribution. |
None, used for its plotting effect.
This function appears in the text as plot.Nmix.resi
; renamed here to avoid confusion with generic plot
functions.
Marc Kéry & Andy Royle
Kéry, M. & Royle, J.A. (2016) Applied Hierarchical Modeling in Ecology AHM1 - 6.9.3.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.