
This function produces fit statistics concerning the
uifit(x.closedp)
An object produced by the closedp.t
function.
The observed and predicted values of the ui frequencies, closedp
.
For models M0, Mh Poisson2, Mh Darroch and Mb, predicted values are also extrapolated for
Chi-square fit statistics for each model in closedp
The mean and variance of the day of first capture, calculated with the observed and predicted closedp.t
.
Baillargeon, S. and Rivest, L.P. (2007) Rcapture: Loglinear models for capture-recapture in R. Journal of Statistical Software, 19(5), http://www.jstatsoft.org/v19/i05.
# NOT RUN {
# Third primary period of mvole data set
period3 <- mvole[, 11:15]
cp <- closedp(period3)
uifit(cp)
# }
Run the code above in your browser using DataLab