CRAN

mcIRT 0.41

IRT models for multiple choice items (mcIRT)

Released Aug 30, 2014 by Manuel Reif

This package can be loaded by Renjin but 2 out 12 tests failed.

Dependencies

RcppArmadillo 0.8.400.0.0 Rcpp

This package provides functions to estimate two popular IRT-models: The Nominal Response Model (Bock 1972) and the quite recently developed Nested Logit Model (Suh & Bolt 2010). These are two models to examine multiple-choice items and other multicategorial response formats.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>mcIRT</artifactId>
    <version>0.41-b266</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:mcIRT')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R
C++

View GitHub Mirror

Release History