powered by
Calculate estimated last-array efficiency
dualArrayCJS(input)
A list containing:
absolutes A matrix with the absolute number of tags detected at each replicate and at both,
absolutes
single.efficiency A vector of calculated array detection efficiencies for each of the replicates,
single.efficiency
combined.efficiency The value of the combined detection efficiency for the array.
combined.efficiency
A presence/absence matrix.
Perry et al (2012), 'Using mark-recapture models to estimate survival from telemetry data'. url: https://www.researchgate.net/publication/256443823_Using_mark-recapture_models_to_estimate_survival_from_telemetry_data
# prepare a dummy presence/absence matrix x <- matrix(c(TRUE, TRUE, TRUE, TRUE, FALSE, TRUE), ncol = 2) colnames(x) <- c("R1", "R2") # run CJS dualArrayCJS(x)
Run the code above in your browser using DataLab