Description Usage Arguments Examples
This function is to make predictions based on a fitted tree.
1 2 | ## S3 method for class 'mvTree'
predict(fit, newdata)
|
fit |
Saved tree object |
newdata |
A new X data matrix |
1 | predict(tree_fit, newX)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.