FactoMineR (version 2.2)

print.catdes: Print the catdes results

Description

Print the results of the function catdes.

Usage

# S3 method for catdes
print(x, …)

Arguments

x

an object of class catdes

further arguments passed to or from other methods

See Also

catdes

Examples

Run this code
# NOT RUN {
data(wine)
res <- catdes(wine, num.var=2)
print(res)
# }

Run the code above in your browser using DataLab