dr_predict_de: Predict Detection Efficiency

View source: R/predict.R

dr_predict_deR Documentation

Predict Detection Efficiency

Description

Predict detection efficiency at specified distance(s). By default, detection efficiency is predicted over the data distance range.

Usage

dr_predict_de(
  x,
  distance = NULL,
  by = "Station",
  conf_level = 0.95,
  estimate = median
)

Arguments

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.

Value

A tibble of the predicted detection efficiency.

See Also

Other analysis: dr_predict_distance()


Freshwater-Fish-Ecology-Laboratory/detrange documentation built on Oct. 30, 2024, 1:10 p.m.