Learn R Programming

PCAmixdata (version 2.1)

recodqual: Recoding of the qualitative data matrix

Description

Recoding of the qualitative data matrix

Usage

recodqual(X)

Arguments

X
the qualitative data matrix

Value

  • GThe indicator matix of X with missing values replaced by 0

Examples

Run this code
data(vnf)
X <- vnf[1:10,9:12]
tab.disjonctif.NA(X)
recodqual(X)

Run the code above in your browser using DataLab