Learn R Programming

GENEAclassify (version 1.5.3)

levels.GENEA: Get levels of a GENEA rpart response

Description

Shows the levels used in a GENEA (rpart) fit object.

Usage

# S3 method for GENEA
levels(x)

Value

character vector naming levels classified by GENEA rpart fit

Arguments

x

GENEA rpart object

Examples

Run this code
data(trainingFit)
levels(x = trainingFit)

Run the code above in your browser using DataLab