## number of individuals detected
moving.fit(capthist = OVpossumCH, FUN = nrow)
if (FALSE) {
## if package R2ucare installed
if (requireNamespace("R2ucare"))
moving.fit(capthist = OVpossumCH, FUN = ucare.cjs, width = 5, tests = "overall_CJS")
## using default FUN = openCR.fit
mf1 <- moving.fit(capthist = OVpossumCH, type = 'JSSAfCL',
model = list(p~t, phi~t))
lapply(mf1, predict)
extractFocal(mf1)
msk <- make.mask(traps(OVpossumCH[[1]]), nx = 32)
mf2 <- moving.fit(capthist = OVpossumCH, mask = msk, type = 'JSSAsecrfCL')
extractFocal(mf2)
}
Run the code above in your browser using DataLab