Learn R Programming

fdm2id (version 1.0.1)

print.cda: Print a canonical discriminant analysis

Description

Prints the size of the analysis and the variance carried by its axes.

Usage

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

Arguments

x

The model (object of class cda-class, created by CDA).

...

Other parameters.

See Also

cda-class, CDA, plot.cda

Examples

Run this code
require (datasets)
data (iris)
CDA (iris [, -5], iris [, 5])

Run the code above in your browser using DataLab