Learn R Programming

mirt

Multidimensional item response theory in R.

Description

Analysis of dichotomous and polytomous response data using unidimensional and multidimensional latent trait models under the Item Response Theory paradigm. Exploratory and confirmatory models can be estimated with quadrature (EM) or stochastic (MHRM) methods. Confirmatory bi-factor and two-tier analyses are available for modeling item testlets. Multiple group analysis and mixed effects designs also are available for detecting differential item functioning and modeling item and person covariates.

Examples and evaluated help files are available on the wiki

Various examples and worked help files have been compiled using the knitr package to generate HTML output, and are available on the package wiki. User contributions are welcome!

Installing from source

It's recommended to use the development version of this package since it is more likely to be up to date than the version on CRAN. To install this package from source:

  1. Obtain recent gcc, g++, and gfortran compilers. Windows users can install the Rtools suite while Mac users will have to download the necessary tools from the Xcode suite and its related command line tools (found within Xcode's Preference Pane under Downloads/Components); most Linux distributions should already have up to date compilers (or if not they can be updated easily). Windows users should include the checkbox option of installing Rtools to their path for easier command line usage.

  2. Install the devtools package (if necessary). In R, paste the following into the console:

install.packages('devtools')
  1. Load the devtools package (requires version 1.4+) and install from the Github source code.
library('devtools')
install_github('philchalmers/mirt')

Installing from source via git

If the devtools approach does not work on your system, then you can download and install the repository directly.

  1. Obtain recent gcc, g++, and gfortran compilers (see above instructions).

  2. Install the git command line tools.

  3. Open a terminal/command-line tool. The following code will download the repository

code to your computer, and install the package directly using R tools (Windows users may also have to add R and git to their path)

git clone https://github.com/philchalmers/mirt
R CMD INSTALL mirt

Special Mac OS X Installation Instructions

In some reported cases XCode does not install the appropriate gfortran compilers in the correct location, therefore they have to be installed manually instead. This is accomplished by inputing the following instructions into the terminal:

curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2
sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /

Licence

This package is free and open source software, licensed under GPL (>= 3).

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 Google group. Cheers!

Copy Link

Version

Install

install.packages('mirt')

Monthly Downloads

6,695

Version

1.42

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

July 14th, 2024

Functions in mirt (1.42)

Bock1997

Description of Bock 1997 data
SIBTEST

(Generalized) Simultaneous Item Bias Test (SIBTEST)
RMSD_DIF

RMSD effect size statistic to quantify category-level DIF
MixtureClass-class

Class "MixtureClass"
SLF

Social Life Feelings Data
MDISC

Compute multidimensional discrimination index
SAT12

Description of SAT12 data
PLCI.mirt

Compute profiled-likelihood (or posterior) confidence intervals
MixedClass-class

Class "MixedClass"
RCI

Model-based Reliable Change Index
Science

Description of Science data
anova-method

Compare nested models with likelihood-based statistics
MultipleGroupClass-class

Class "MultipleGroupClass"
SingleGroupClass-class

Class "SingleGroupClass"
boot.LR

Parametric bootstrap likelihood-ratio test
boot.mirt

Calculate bootstrapped standard errors for estimated models
averageMI

Collapse values from multiple imputation draws
bfactor

Full-Information Item Bi-factor and Two-Tier Analysis
areainfo

Function to calculate the area under a selection of information curves
coef-method

Extract raw coefs from model object
createGroup

Create a user defined group-level object with correct generic functions
draw_parameters

Draw plausible parameter instantiations from a given model
createItem

Create a user defined item with correct generic functions
expand.table

Expand summary table of patterns and frequencies
empirical_ES

Empirical effect sizes based on latent trait estimates
estfun.AllModelClass

Extract Empirical Estimating Functions
empirical_plot

Function to generate empirical unidimensional item and test plots
empirical_rxx

Function to calculate the empirical (marginal) reliability
expected.item

Function to calculate expected value of item
expected.test

Function to calculate expected test score
deAyala

Description of deAyala data
extract.mirt

Extract various elements from estimated model objects
fixedCalib

Fixed-item calibration method
gen.difficulty

Generalized item difficulty summaries
extract.group

Extract a group from a multiple group mirt object
fscores

Compute factor score estimates (a.k.a, ability estimates, latent trait estimates, etc)
fixef

Compute latent regression fixed effect expected values
extract.item

Extract an item object from mirt objects
itemGAM

Parametric smoothed regression lines for item response probability functions
imputeMissing

Imputing plausible data for missing values
logLik-method

Extract log-likelihood
itemfit

Item fit statistics
lagrange

Lagrange test for freeing parameters
likert2int

Convert ordered Likert-scale responses (character or factors) to integers
itemplot

Displays item surface and information plots
iteminfo

Function to calculate item information
mdirt

Multidimensional discrete item response theory
mirt-package

Full information maximum likelihood estimation of IRT models.
marginal_rxx

Function to calculate the marginal reliability
key2binary

Score a test by converting response patterns to binary data
itemstats

Generic item summary statistics
mod2values

Convert an estimated mirt model to a data.frame
mirt.model

Specify model information
mirt

Full-Information Item Factor Analysis (Multidimensional Item Response Theory)
multipleGroup

Multiple Group Estimation
plot,MultipleGroupClass,missing-method

Plot various test-implied functions from models
personfit

Person fit statistics
poly2dich

Change polytomous items to dichotomous item format
mirtCluster

Define a parallel cluster object to be used in internal functions
numerical_deriv

Compute numerical derivatives
mixedmirt

Mixed effects modeling for MIRT models
probtrace

Function to calculate probability trace lines
print.mirt_list

Print generic for customized list console output
print.mirt_matrix

Print generic for customized matrix console output
reverse.score

Reverse score one or more items from a response matrix
residuals-method

Compute model residuals
simdata

Simulate response patterns
print-method

Print the model objects
print.mirt_df

Print generic for customized data.frame console output
testinfo

Function to calculate test information
thetaComb

Create all possible combinations of vector input
wald

Wald statistics for mirt models
remap.distance

Remap item categories to have integer distances of 1
randef

Compute posterior estimates of random effect
traditional2mirt

Convert traditional IRT metric into slope-intercept form used in mirt
vcov-method

Extract parameter variance covariance matrix
secondOrderTest

Second-order test of convergence
read.mirt

Translate mirt parameters into suitable structure for plink package
show-method

Show model object
summary-method

Summary of model object
LSAT7

Description of LSAT7 data
ASVAB

Description of ASVAB data
DRF

Differential Response Functioning statistics
M2

Compute the M2 model fit statistic
DiscreteClass-class

Class "DiscreteClass"
LSAT6

Description of LSAT6 data
MDIFF

Compute multidimensional difficulty index
DTF

Differential test functioning statistics
DIF

Differential item functioning statistics