dr_predict_de | R Documentation |
Predict detection efficiency at specified distance(s). By default, detection efficiency is predicted over the data distance range.
dr_predict_de(
x,
distance = NULL,
by = "Station",
conf_level = 0.95,
estimate = median
)
x |
The object. |
distance |
A vector of the distances to predict detection efficiency at. If NULL, a vector of length 30 spanning the range of the Distance in the data is generated. |
by |
A string of the column indicating group to derive predictions at. |
conf_level |
A number between 0 and 1 of the confidence level. |
estimate |
A function to calculate the estimate. |
A tibble of the predicted detection efficiency.
Other analysis:
dr_predict_distance()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.