Learn R Programming

FactoMineR (version 2.9)

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

Author

Vincent Guyader, Francois Husson francois.husson@institut-agro.fr

See Also

catdes

Examples

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

Run the code above in your browser using DataLab