plotellipseinter {SensoMineR} | R Documentation |
Construit l'ensemble des ellipses de confiance
plotellipseinter(mat, alpha = 0.05, coord = c(1,2), nbbloc = 1, moy = TRUE, eig)
mat |
Matrix with all the points |
coord |
a length 2 vector specifying the components to plot |
alpha |
Confidence level of the ellipses |
nbbloc |
Confidence level of the ellipses |
moy |
Confidence level of the ellipses |
eig |
a matrix with the component of the factor analysis (in row) and the eigenvalues, the inertia and the cumulative inertia for each component. Typically, the eig output of the construct.axes function |
François Husson