Description Usage Arguments Details
module developer tool: Predict from a ZoonModel object
1 | ZoonPredict(zoonModel, newdata)
|
zoonModel |
a |
newdata |
a dataframe containing data to predict to. |
This function is only intended to be used when developing
new modules, not for running zoon workflows.
Given a zoonModel object returned by a model
module using the function ZoonModel, make a prediction to
a new dataframe. Values returned must be on the response scale
(e.g. probabilities of presence).
For an example, see the source code for the module mgcv.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.