predict_allo: Predict allometric attributes using a column of allometric models
Description
A frequent pattern in forest inventory anaylsis is the need to produce
predictions of models with the same functional form, but using different
models. predict_allo enables this by allowing the user to pass a
list-column of models as an argument, along with the associated covariates.
This pattern plays well with dplyr functions such as dplyr::mutate().
Usage
predict_allo(model_list, ...)
Value
A vector of predictions
Arguments
model_list
A list-column of models
...
Additional arguments passed to each model's predict_fn