levels.GENEA: Get levels of a GENEA rpart response

View source: R/methodsGENEA.R

levels.GENEAR Documentation

Get levels of a GENEA rpart response

Description

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

Usage

## S3 method for class 'GENEA'
levels(x)

Arguments

x

GENEA rpart object

Value

character vector naming levels classified by GENEA rpart fit

Examples

data(trainingFit)
levels(x = trainingFit)

GENEAclassify documentation built on March 31, 2023, 9:01 p.m.