Learn R Programming

FactoMineR (version 2.8)

print.condes: Print the condes results

Description

Print the results of the function condes.

Usage

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

Arguments

x

an object of class condes

...

further arguments passed to or from other methods

See Also

condes

Examples

Run this code
if (FALSE) {
data(wine)
res <- condes(wine, num.var=3)
print(res)
}

Run the code above in your browser using DataLab