@hackage hirt0.0.1.1

Calculates IRT 2PL and 3PL models

Program for fitting Item Response Theory (IRT) two (2PL) and three (3PL) parameter logistic models.

Implements Joint Maximum Likelihood (JML) algorithm (currently only supported in 2PL model) and via generic function optimization using L-BFGS-B (both 2PL and 3PL).

Calculates item parameter and subject ability estimates and log likelihood statistics. For contestant abilities supports error estimates via Fisher information, and via two algorithms of the author, namely bootstrap and Bayes a posteriori probability.

Supports outputting coordinate list for a plot of Bayes a posteriori probability of individual subject abilities.

Part of a masters thesis of the author "http://people.ksp.sk/~ivan/irt/ebook.pdf" .

As a side note, it is currently a lacking proper documentation and user friendliness.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      pl3
       (off by default)

      Compile for 3PL model, doesn't support JML yet. Model needs to be selected at compile time.