Plots a histogram of overall test scores with an optional scaled normal curve overlaid for reference.

plotOverallHistogram(mctd, add_normal = TRUE, binwidth = 0.05)

Arguments

mctd

Existing mcTestAnalysis data object

add_normal

If TRUE, adds a scaled normal curve to the plot.

binwidth

Sets the binwidth of the histogram bars.