Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

dualScale (version 0.9.1)

dsCHECK: Transforming data approprite for dual scaling

Description

Initial data-polishing and handling of missing responses

Usage

dsCHECK(X, mode='rad')

Arguments

X
The input data, a multiple choice table.
mode
There are two options: "rad" (default) for radical imputation and "act" for active imputation.

Value

InitialData
The Initial Data.
TData
The transformed data, ready for dsMC or dsFC

Details

With option "rad," those subjects with NA (no answer) responses are discarded from analysis. With option "act," the NA responses were placed into newly created options so that missing responses are also subjected to analysis.

References

Nishisato and Clavel (2014 in print). Dual scaling og multiple-choice data in R. Journal of Statistical Software.

See Also

dsMC, dsFC

Examples

Run this code
data(badCoded)
dsCHECK(badCoded, mode='act')

Run the code above in your browser using DataLab