Learn R Programming

SCE (version 1.1.2)

summary: Summary methods for SCE and SCA models

Description

Provide concise summaries of model structure and performance for SCE and SCA objects.

Usage

# S3 method for SCE
summary(object, ...)
# S3 method for SCA
summary(object, ...)

Value

Invisibly returns the input object after printing the summary.

Arguments

object

An SCE or SCA model object

...

Additional arguments passed to or ignored by methods

Details

For summary.SCE, the method prints ensemble configuration, out-of-bag (OOB) performance statistics, tree structure information, and tree weight distribution.\ For summary.SCA, the method prints tree structure information and variable summaries for the single SCA tree.

See Also

SCE, SCA, print, importance, evaluate