ipsecrdemo {ipsecr}R Documentation

SECR Model Fitted to Demonstration Data

Description

Demonstration data from program Density are provided as a capthist object (captdata) ready for input to ipsecr.fit.

The fitted models are objects of class ipsecr formed by

ipsecrdemo <- ipsecr.fit(captdata, ncores = 1, detectfn = 'HHN', seed = 1237, details = list(keep.sim = TRUE))

Usage

data(ipsecrdemo)

Details

The raw data are 235 fictional captures of 76 animals over 5 occasions in 100 single-catch traps 30 metres apart on a square grid with origin at (365,365).

The fitted model uses a hazard halfnormal detection function and default values of other arguments.

Object Description
ipsecrdemo fitted ipsecr model -- null

References

Efford, M. G. (2012) DENSITY 5.0: software for spatially explicit capture–recapture. Department of Mathematics and Statistics, University of Otago, Dunedin, New Zealand. https://www.otago.ac.nz/density/.

See Also

capthist, read.capthist, secrdemo

Examples


predict(ipsecrdemo)


[Package ipsecr version 1.4.1 Index]