Learn R Programming

dualScale (version 1.0.0)

ds_mc_check: 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"))

Value

A list with the original input and the converted input

Arguments

input

The input data to be checked

mode

Do you want to use a radical ("rad") correction mode or active ("act") allocations?

Examples

Run this code
ds_mc_check(singaporean)
ds_mc_check(bad_coded)

Run the code above in your browser using DataLab