Computes abundance estimates at specified parameter values using Horvitz-Thompson-like estimator
Source:R/dht.deriv.R
      dht.deriv.RdComputes abundance at specified values of parameters for numerical computation of first derivative with respect to parameters in detection function. An internal function called by DeltaMethod which is invoked by dht.se
Usage
dht.deriv(par, model, obs, samples, options = list())Arguments
- par
- detection function parameter values 
- model
- ddf model object 
- obs
- observations table 
- samples
- samples table 
- options
- list of options as specified in - dht