Recoding of the qualitative data matrix.
recodqual(X,rename.level=FALSE)
X
: the qualitative data matrix.rename.level
: boolean, if TRUE all the levels of the qualitative variables are renamed as follows: "variable_name=level_name".data(vnf) X <- vnf[1:10,9:12] tab.disjonctif.NA(X) recodqual(X)
Useful links