sparrowDfuncObserver {Rdistance} | R Documentation |
Brewer's Sparrow detection function
Description
Pre-estimated Brewer's sparrow detection function that included and 'observer' effect. Included to speed up example execution times. See 'Examples'.
Format
An estimated distance function object with
class 'dfunc'. See 'Value' section of
dfuncEstim
for
description of components.
See Also
sparrowSiteData
and
sparrowDetectionData
for description of the data
Examples
## Not run:
# the following code was used to generate 'sparrowDfuncObserver'
data(sparrowDf)
sparrowDfuncObserver <- sparrowDf |>
dfuncEstim(formula = dist ~ observer
, likelihood = "hazrate")
## End(Not run)
[Package Rdistance version 4.0.5 Index]