Learn R Programming

PCAmixdata (version 3.1)

recodqual: Recoding of the qualitative data matrix.

Description

Recoding of the qualitative data matrix.

Usage

recodqual(X,rename.level=FALSE)

Arguments

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".

Value

G

The indicator matix of X with missing values replaced by 0.

Examples

Run this code
# 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