predict | R Documentation |
Predict with an allometric model
predict(model, ...)
## S4 method for signature 'FixedEffectsModel'
predict(model, ..., output_units = NULL)
## S4 method for signature 'MixedEffectsModel'
predict(model, ..., newdata = NULL, output_units = NULL)
model |
The allometric model used for prediction |
... |
Additional arguments passed to the |
output_units |
Optionally specify the output units of the model as a
string, e.g., "ft^3". The provided string must be compatible with the
|
newdata |
A dataframe containing columns that match the names of the arguments given
to |
A vector of allometric model predictions
predict(brackett_rubra, 10, 50)
predict(brackett_rubra, 10, 50, output_units = "m^3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.