The R-package nmixgof provides tools to assess goodness of fit forbinomial N-mixture models fitted using the unmarked package. Thegoodness of fit methods are detailed in Knape et al. (2018).
Knape et al. 2018. Sensitivity of binomial N-mixture models tooverdispersion: the importance of assessing model fit. Methods inEcology and Evolution, 9:2102-2114. ().
nmixgof is available fromCRAN and can beinstalled in R through
install.packages("nmixgof")Alternatively, nmixgof can be installed from github using:
# install.packages("devtools")devtools::install_github("jknape/nmixgof")