Learn R Programming

SCE (version 1.1.2)

importance: Variable Importance for SCE and SCA Models

Description

Calculate variable importance for SCE or SCA models.

Usage

# S3 method for SCE
importance(object, OOB_weight = TRUE, digits = 2, ...)
# S3 method for SCA
importance(object, digits = 2, ...)

Value

Variable importance rankings. For convenience, relative importance values are rounded to digits decimal places.

Arguments

object

An SCE or SCA model object

OOB_weight

Use out-of-bag weights for importance calculation (SCE only, default: TRUE)

digits

Number of decimal places to round the returned relative importance values (default: 2)

...

Additional arguments

See Also

SCE, SCA, RFE_SCE