predict.psicaTree: Makes predictions for PSICA tree.

Description Usage Arguments

View source: R/psica.R

Description

Makes predictions for PSICA tree.

Usage

1
2
## 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.


psica documentation built on March 26, 2020, 7:25 p.m.