CopyDetect

Computing Response Similarity Indices

CopyDetect is an R package to compute a number of of response similarity indices for multiple-choice tests. It is a compilation of functions I wrote when I was writing my master’s thesis in 2009 and doing my internship in ACT in 2012. It contains functions for several IRT and non-IRT based response similarity indices proposed in the literature for multiple-choice examinations such as the \(\omega\) (Wollack, 1997), generalized binomial test (van der Linden & Sotaridona, 2006), K index and its variants (Sotaridona & Meijer,2002), and S1 and S2 indices (Sotaridona & Meijer, 2003), and M4 (Maynes, 2014)

I stop maintaining this package a while ago for a number of personal reasons. You can still access the latest version of this package from the following link:

https://cran.r-project.org/src/contrib/Archive/CopyDetect/

First, download the source file for Version 1.3 (CopyDetect_1.3.tar.gz) published in October 2018 to a local folder in your computer. Then, Install the package using the following code from this source:

install.packages('path_to_file/CopyDetect_1.3.tar.gz', 
                 repos = NULL, 
                 type="source")

There are two main functions in the package. If you chec the help pages for these two function, you will find detailed information about their usage and sample code for demonstrating the analysis.

?similarity1
?similarity2