dr_predict_distance | R Documentation |
Predict distance at vector of detection efficiencies.
By default, the midpoint (de = 0.5
) is predicted.
dr_predict_distance(
x,
de = 0.5,
by = "Station",
conf_level = 0.95,
estimate = median
)
x |
The object. |
de |
A vector of numbers between 0 and 1 of the detection efficiency to predict distance at. |
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 distance estimates.
Other analysis:
dr_predict_de()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.