Summarizes predictions into a simple data.frame.
# S3 method for class 'eDNA_predict_lm'
summary(object, probs = c(0.025, 0.5, 0.975), FUN = quantile, ...)
Arguments
- object
an object of class eDNA_p_detect
- probs
probabilities for summary, passed to quantile
- FUN
a function to apply to the predictions
- ...
additional arguments passed to FUN