summarize_mcq {beezdiscounting} | R Documentation |
Provide a summary of the results from the MCQ ouutput table.
Description
Provide a summary of the results from the MCQ ouutput table.
Usage
summarize_mcq(res, na.rm = TRUE)
Arguments
res |
Dataframe with MCQ results (output from the |
na.rm |
Boolean whether to remove NAs from the calculation |
Value
Dataframe with summary statistics
Examples
summarize_mcq(score_mcq27(mcq27))
[Package beezdiscounting version 0.3.2 Index]