Calculates detection probability for each site and occasion and returns the values as a matrix with (generally) the same dimensions as the y-matrix.

# S4 method for class 'unmarkedFit'
getP(object, ...)

Arguments

object

A unmarkedFit object

...

Other arguments, currently ignored.

Value

A matrix of estimated detection probabilities with the same dimensions as the y matrix (M x J or M x JT). For some models with multiple observation processes or multiple species, such as gdistremoval or occuMulti, the output may be a named list of matrices.