print.factorial | R Documentation |
Print PCA, CA or MCA.
## S3 method for class 'factorial'
print(x, ...)
x |
The PCA, CA or MCA result (object of class |
... |
Other parameters. |
CA
, MCA
, PCA
, print.CA
, print.MCA
, print.PCA
, factorial-class
require (datasets)
data (iris)
pca = PCA (iris, quali.sup = 5)
print (pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.