knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.