I'm having trouble understanding the outputs of the DMFA function. For context, I'm working with 3 groups of individuals that have been measured in the same 9 quantitative variables; and I'm using the DMFA technique to compare the correlation structure between the 3 groups.
One of the outputs of the function is a plot called "Biplot for group 1". Since I have 3 groups, I'll get three plots of this kind. To get them, I use the following sintaxis:
plot(res.dmfa, #data frame where I have the results of the DMFA technique
choix = "var",
label="all",
xlim = NULL, ylim= NULL,
title = NULL,
cex = 0.7,
cex.main = 0.8,
cex.lab=1)
I was wondering, what does the inclination in the ellipse of this plot mean? Is there any documentation where I can find more information about this plot and how to interpret it?
Merci d'avance,
Lucia Alvarado.