Learn R Programming

SCE (version 1.1.0)

print.SCA: Print and Summary Methods for SCA and SCE Objects

Description

Methods for printing and summarizing SCA (Stepwise Cluster Analysis) and SCE (Stepwise Clustered Ensemble) objects.

Usage

# S3 method for SCA
print(x, ...)

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

# S3 method for SCE print(x, ...)

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

Value

print.SCA and print.SCE return the object invisibly.

summary.SCA returns a summary of the SCA model including tree statistics.

summary.SCE returns a summary of the SCE model including ensemble statistics.

Arguments

x, object

An SCA or SCE object returned by the SCA() or SCE() function.

...

Additional arguments passed to methods.

See Also

SCA, SCE