print.catdes {FactoMineR} | R Documentation |
Print the results of the function catdes.
## S3 method for class 'catdes' print(x, ...)
x |
an object of class catdes |
... |
further arguments passed to or from other methods |
Vincent Guyader, Francois Husson Francois.Husson@agrocampus-ouest.fr
## Not run: data(wine) res <- catdes(wine, num.var=2) print(res) ## End(Not run)