print.SCA | R Documentation |
Methods for printing and summarizing SCA (Stepwise Cluster Analysis) and SCE (Stepwise Clustered Ensemble) objects.
## 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, ...)
x , object |
An SCA or SCE object returned by the |
... |
Additional arguments passed to methods. |
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.
SCA
, SCE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.