predict.psicaTree {psica}R Documentation

Makes predictions for PSICA tree.

Description

Makes predictions for PSICA tree.

Usage

## S3 method for class 'psicaTree'
predict(object, prob = FALSE, ...)

Arguments

object

the PSICA tree to be predicted

prob

should the matrix or class probabilities be predicted (TRUE) or the classes themselves (FALSE)

...

further parameters to be passed to 'rpart' object.


[Package psica version 1.0.2 Index]