SEsi_right: Calculate conditional probability of observation after a...

View source: R/detection_probability_functions.R

SEsi_rightR Documentation

Calculate conditional probability of observation after a series of searches

Description

Calculate the conditional probability of observing a carcass after i = 1:nsi searches (assuming carcass is not previous discovered by searchers or removed by scavengers)

Usage

SEsi_right(nsi, pk)

Arguments

nsi

number of searches after arrival

pk

numeric array of searcher efficiency p and k parameters (p = pk[ , 1] and k = pk[ , 2])

Value

numeric nsi x dim(pk)[1] array of probabilities of observing a carcass after 1:nsi searches (assuming that the carcass had not been previously discovered or removed by scavengers


GenEst documentation built on June 7, 2023, 6:35 p.m.