Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.PCA

Printing summeries of PCA objects


Description

Printing summaries of principal component analysis objects

Usage

## S3 method for class 'PCA'
summary(object, nb.dec = 3, nbelements=10,
   nbind = nbelements, ncp = 3, align.names=TRUE, file="", ...)

Arguments

object

an object of class PCA

nb.dec

number of decimal printed

nbelements

number of elements written (variables, categories, ...); use nbelements = Inf if you want to have all the elements

nbind

number of individuals written (individuals and supplementary individuals, ...); use nbind = Inf to have the results for all the individuals and nbind = 0 if you do not want the results for individuals

ncp

number of dimensions printed

align.names

boolean, if TRUE the names of the objects are written using the same number of characters

file

a connection, or a character string naming the file to print to

...

further arguments passed to or from other methods, such as cex, cex.main, ...

Author(s)

See Also


FactoMineR

Multivariate Exploratory Data Analysis and Data Mining

v2.4
GPL (>= 2)
Authors
Francois Husson, Julie Josse, Sebastien Le, Jeremy Mazet
Initial release
2020-12-09

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.