Feature #1522
Mis à jour par Serge Heiden il y a presque 10 ans
Currently the AFC factorial planes display allows the user to only choose between the 1-2, 1-3 and 2-3 planes. We need to have a way to display other planes.
h3. Diagnostic
The "bug" is easy to reproduce.
Remarks:
* Java interface only loads the first 5 factors informations from FactoMineR by default (even if informations for planes 4 and 5 are not available in the GUI)
h3. Solution / Resolution
h4. Solution 1
Add the next combinations (1-4, 1-5, 2-4 ,2-5, 3-4, 3-5).
h4. Solution 2
Allow the user to choose the axes to display in 2 input fields. Available from a "more axis" button.
We have to decide how we scenarize the access to more results tables because currently the results tables are limited to the first three factors informations. factors.
h3. Diagnostic
The "bug" is easy to reproduce.
Remarks:
* Java interface only loads the first 5 factors informations from FactoMineR by default (even if informations for planes 4 and 5 are not available in the GUI)
h3. Solution / Resolution
h4. Solution 1
Add the next combinations (1-4, 1-5, 2-4 ,2-5, 3-4, 3-5).
h4. Solution 2
Allow the user to choose the axes to display in 2 input fields. Available from a "more axis" button.
We have to decide how we scenarize the access to more results tables because currently the results tables are limited to the first three factors informations. factors.