The goal of CopyDetect is to compute several IRT and non-IRT based response similarity indices proposed in the literature for multiple-choice examinations such as the Omega index (Wollack, 1997),Generalized Binomial Test (van der Linden & Sotaridona, 2006),K index, K1 and K2 indices (Sotaridona & Meijer, 2002), M4 index (Maynes,2014), and S1 and S2 indices (Sotaridona & Meijer, 2003).
You can install the released version of CopyDetect from CRAN with:
install.packages("CopyDetect")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("czopluoglu/CopyDetect")
This is a basic example which shows you how to solve a common problem:
library(CopyDetect)
#> Loading required package: mirt
#> Loading required package: stats4
#> Loading required package: lattice
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.