knitr::opts_chunk$set(echo = FALSE, message = FALSE, results = "asis")

Number of items: r x$number_items

Number of examinees: r x$number_examinees

Total score information

test_info_out(x)

Reliability

knitr::kable(getReliability(x), digits = 2)

Note: Although Coefficient Alpha is a popular measure of reliability, it relies on model assumptions that are rarely met practice which leads to a biased estimate of reliability (see Dunn, T. J., Baguley, T., & Brunsden, V., 2014 for a summary if the issues with Alpha). Therefore, we suggest using one of the other reliability measures which rely on assumptions much more commonly met in practice.

Item overview

overview = getItemOverview(x)

knitr::kable(overview, digits = 2)

plotItemOverview(overview)

Item details

distractor_report(x)


zief0002/QME documentation built on May 4, 2019, 11:22 p.m.