print: Print and Summary Methods for SCA and SCE Objects

print.SCAR Documentation

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 class 'SCA'
print(x, ...)

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

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

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

Arguments

x, object

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

...

Additional arguments passed to methods.

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.

See Also

SCA, SCE


SCE documentation built on July 2, 2025, 9:08 a.m.

Related to print in SCE...