powered by
Get all the factorial object parameters
getParam(res)
the dataset.
the number of individuals.
the number of variables.
the number of rows (CA).
the number of columns (CA).
the number of supplementary individuals.
the number of quantitative supplementary variables.
the number of qualitative supplementary variables.
the number of supplementary rows (CA).
the number of supplementary columns (CA).
the weights of each row.
the weights of each columns.
a boolean indicating if the variables are scaled or not.
the number of component kept in the analysis object.
the list of factors for each qualitative variables.
an object of class PCA, CA or MCA.
Simon Thuleau and Francois Husson
whichFacto
if (FALSE) { require(FactoMineR) data(decathlon) res.pca = PCA(decathlon, quanti.sup = c(11:12), quali.sup = c(13), graph = FALSE) getParam(res.pca) }
Run the code above in your browser using DataLab