powered by
This function creates a plot of the MCQ-27 scores for different metrics (small_k, medium_k, large_k, geomean_k, overall_k). The function handles different logarithmic transformations of the k-values and adjusts the y-axis label accordingly.
# S3 method for score_mcq27_output plot(x, ..., xlab = "Metric", alpha = 0.3)
A ggplot object showing the boxplot of MCQ-27 scores.
A data frame returned by the score_mcq27 function.
score_mcq27
Additional arguments passed to methods.
Label for the x-axis. Default is "Metric".
Transparency of the points in the plot. Default is 0.3.
plot(score_mcq27(mcq27))
Run the code above in your browser using DataLab