Description Usage Arguments Details Value Author(s) References See Also
Perform Multiple Factor Analysis on quantitative variables.
This function is internally called by MIMFA and
is not usually called directly by a user.
1  | MFA(dataTables, ncomp, nbRows, nbTables, ncTables)
 | 
dataTables | 
 a list containing data tables without missing data. Tables in the list should be arranged in samples x variables, with samples order matching in all data tables.  | 
ncomp | 
 a number of components to include in MFA.  | 
nbRows | 
 a number of rows, equal for all data tables.  | 
nbTables | 
 a number of data tables in   | 
ncTables | 
 a vector containing the number of columns per data table.  | 
MFA function performs Multiple Factor Analysis in the sense of
Escofier-Pages on data tables of quantitative variables.
MFA returns a matrix of individuals coordinates.
Ignacio González, Valentin Voillet
Escofier, B. and Pages, J. (1994) Multiple Factor Analysis (AFMULT package). Computational Statistics and Data Analysis, 18, 121-140.
MFA in FactoMineR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.