pdot.dsr.integrate.logistic {mrds} | R Documentation |
Compute probability that a object was detected by at least one observer
Description
Computes probability that a object was detected by at least one observer
(pdot
or p_.) for a logistic detection function that contains
distance.
Usage
pdot.dsr.integrate.logistic(
right,
width,
beta,
x,
integral.numeric,
BT,
models,
GAM = FALSE,
rem = FALSE,
point = FALSE
)
Arguments
right |
either an integration range for binned data (vector of 2) or the rightmost value for integration (from 0 to right) |
width |
transect width |
beta |
parameters of logistic detection function |
x |
data matrix |
integral.numeric |
set to |
BT |
|
models |
list of models including |
GAM |
Not used at present. The idea was to be able to use a GAM for g(0) portion of detection function; should always be F |
rem |
only |
point |
|
Author(s)
Jeff Laake