predict.semforest {semtree} | R Documentation |
Predict method for semtree and semforest
Description
Predict method for semtree and semforest
Usage
## S3 method for class 'semforest'
predict(object, data, type = "node_id", ...)
Arguments
object |
Object of class |
data |
New test data of class |
type |
Type of prediction. One of ‘c(’node_id')'. See Details. |
... |
further arguments passed to or from other methods. |
Value
Object of class matrix
.
Author(s)
Caspar J. van Lissa, Andreas Brandmaier
[Package semtree version 0.9.20 Index]