Learn R Programming

beezdiscounting (version 0.3.2)

summarize_mcq: 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)

Value

Dataframe with summary statistics

Arguments

res

Dataframe with MCQ results (output from the calc_mcq function)

na.rm

Boolean whether to remove NAs from the calculation

Examples

Run this code
summarize_mcq(score_mcq27(mcq27))

Run the code above in your browser using DataLab