Package: aberrance
Title: Detect Aberrant Behavior in Test Data
Version: 0.1.1
Authors@R: c(
    person(
      "Kylie", "Gorney",
      email = "kgorney@msu.edu",
      role = c("aut", "cph", "cre"),
      comment = c(ORCID = "0000-0002-8924-0726")
    ),
    person(
      "Jiayi", "Deng",
      role = c("aut", "cph"),
      comment = c(ORCID = "0000-0002-1962-2956")
    )
  )
Description: Detect several types of aberrant behavior, including answer
    copying, answer similarity, nonparametric misfit, parametric misfit,
    preknowledge, rapid guessing, and test tampering.
License: GPL (>= 3)
URL: https://github.com/kyliegorney/aberrance
BugReports: https://github.com/kyliegorney/aberrance/issues
Imports: graphics, grDevices, MASS, stats, utils
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-07-02 19:52:25 UTC; 17156
Author: Kylie Gorney [aut, cph, cre] (<https://orcid.org/0000-0002-8924-0726>),
  Jiayi Deng [aut, cph] (<https://orcid.org/0000-0002-1962-2956>)
Maintainer: Kylie Gorney <kgorney@msu.edu>
Repository: CRAN
Date/Publication: 2024-07-02 21:20:01 UTC
