We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e23029b
score_mcq27() properly supports arguments: impute_method, random, return_data, and verbose. See documentation and the README for explanations.
score_mcq27()
impute_method
random
return_data
verbose
README
generate_data_mcq() can generate fake MCQ data, including seed and prop_na arguments for reproducibility and specifying proportion of NAs.
generate_data_mcq()
seed
prop_na
NA
long_to_wide* and wide_to_long* are helper functions to reshape data from/to different formats.
long_to_wide*
wide_to_long*