predict.eDNA_model.Rd
Predict values for eDNA model
an object of class eDNA_lmer
optional, data.frame of new observations to predict values for
logical, should the predictions include measurement error?
logical, should the raw predictions be returned
(interval = FALSE
) or should an interval be computed
(interval = TRUE
)
a function which computes an interval given a vector of posterior samples
additional arguments passed to the interval function
the type of the prediction, MORE HERE
either a vector of predictions, or a matrix with the prediction plus interval, depending on the value of
interval
Predict methods for an eDNA model fit. Currently, these functions are quite limited.