ds_mc_check {dualScale} | R Documentation |
Function to identify incorrect Multiple Choice input data
Description
Function to identify incorrect Multiple Choice input data
Usage
ds_mc_check(input, mode = c("rad", "act"))
Arguments
input |
The input data to be checked |
mode |
Do you want to use a radical ("rad") correction mode or active ("act") allocations? |
Value
A list with the original input and the converted input
Examples
ds_mc_check(singaporean)
ds_mc_check(bad_coded)
[Package dualScale version 1.0.0 Index]