https://github.com/cran/mirtCAT
Raw File
Tip revision: 9cdd36e643551efe928657889f781b1a4fc61c02 authored by Phil Chalmers on 15 October 2014, 06:54:05 UTC
version 0.2
Tip revision: 9cdd36e
README.md
# mirtCAT

Computerized Adaptive Testing with Multidimensional Item Response Theory

## Description

Provides tools to generate an HTML interface for creating adaptive
and non-adaptive educational and psychological tests using the shiny
package. Suitable for applying unidimensional and multidimensional
computerized adaptive tests using item response theory methodology.

## Examples and Evaluated Help Files

Various examples and worked help files have been compiled using the `knitr` package to generate
HTML output, and are available [here](http://philchalmers.github.io/mirtCAT/mirtCAT-vignettes.html). 
User contributions are also welcome, where the source code examples are demonstrated on the 
`gh-pages` branch of this repository in the `source` directory.

# Installing from Github

To install the developement version of this package, use the following code.

```r
#if not installed already on your computer, install devtools
install.packages('devtools')

#load and install the package
library('devtools')
install_github('philchalmers/mirtCAT')

#reload the package
library('mirtCAT')
```

# Bugs and Questions

Bug reports are always welcome and the preferred way to address these bugs is through
the Github 'issues'. Feel free to submit issues or feature requests on the site, and I'll
address them ASAP. Also, if you have any questions about the package, or IRT in general, then
feel free to create a 'New Topic' in the
[mirt-package](https://groups.google.com/forum/#!forum/mirt-package) Google group. Cheers!
back to top