View source: R/pdot.dsr.integrate.logistic.R
pdot.dsr.integrate.logistic | R Documentation |
Computes probability that a object was detected by at least one observer
(pdot
or p_.) for a logistic detection function that contains
distance.
pdot.dsr.integrate.logistic(
right,
width,
beta,
x,
integral.numeric,
BT,
models,
GAM = FALSE,
rem = FALSE,
point = FALSE
)
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 |
|
Jeff Laake
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.