Displaying 1 result from an estimated 1 matches for "factodmfa".
2012 Aug 31
1
loading 'RcmdrPlugin.FactoMineR' pachage in R
...###
local({pkg <- select.list(sort(.packages(all.available =
TRUE)),graphics=TRUE)
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Attaching package: 'RcmdrPlugin.FactoMineR'
The following object(s) are masked _by_ '.GlobalEnv':
??? defmacro,
FactoAFDM, FactoCA, Factocatdes, FactoDMFA, FactoGPA,
??? FactoHCPC,
FactoHMFA, FactoMCA, FactoMFA, FactoPCA, Factoprefpls,
??? readDataSetFacto
The following object(s) are masked from 'package:Rcdr':
??? defmacro
#####################################################################################
Would you please help me to find a...