Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

makeNominalData

makeNominalData


Description

Transforms each column into measure-response columns with disjunctive (0/1) coding. If NA is found somewhere in matrix, barycentric recoding is peformed for the missing value(s).

Usage

makeNominalData(datain)

Arguments

datain

a data matrix where the columns will be recoded.

Value

dataout

a transformed version of datain.

Author(s)

Derek Beaton

See Also

Examples

data(mca.wine)
	nominal.wine <- makeNominalData(mca.wine$data)

ExPosition

Exploratory Analysis with the Singular Value Decomposition

v2.8.23
GPL-2
Authors
Derek Beaton, Cherise R. Chin Fatt, Herve Abdi
Initial release
2018-12-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.