powered by
Recoding of the qualitative data matrix.
recodqual(X,rename.level=FALSE)
the qualitative data matrix.
boolean, if TRUE all the levels of the qualitative variables are renamed as follows: "variable_name=level_name".
The indicator matix of X with missing values replaced by 0.
# NOT RUN { data(vnf) X <- vnf[1:10,9:12] tab.disjonctif.NA(X) recodqual(X) # }
Run the code above in your browser using DataLab