predict.utree | R Documentation |
Obtains predictions from a fitted utree
object.
## S3 method for class 'utree' predict(object, newdata, type = "uplift", ...)
object |
A fitted object inheriting from |
newdata |
A data frame to predict on. |
type |
The type of predictions required. The default is |
... |
Additional arguments passed to |
A numeric vector of predictions.
Leo Guelman leo.guelman@gmail.com
utree
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.