uifit {Rcapture} | R Documentation |
This function produces fit statistics concerning the u_i
, i.e. the numbers of first captures on each capture occasion,
for closed population models. It also forecasts, for some models, the number of additional units that would be captured if the
experiment was continued for five more occasions.
uifit(x.closedp)
x.closedp |
An object produced by the |
predicted |
The observed and predicted values of the ui frequencies, |
fit.stat |
Chi-square fit statistics for each model in |
day.first.capt |
The mean and variance of the day of first capture, calculated with the observed and predicted |
Louis-Paul Rivest Louis-Paul.Rivest@mat.ulaval.ca and Sophie Baillargeon
Baillargeon, S. and Rivest, L.P. (2007) Rcapture: Loglinear models for capture-recapture in R. Journal of Statistical Software, 19(5), doi:10.18637/jss.v019.i05.
# Third primary period of mvole data set
period3 <- mvole[, 11:15]
cp <- closedp(period3)
uifit(cp)