Learn R Programming

mirt (version 0.2.6)

read.mirt: Translate mirt parameters for plink package

Description

A plotting function for displaying the individuals trajectories and their modelled functional form. Useful for detecting aberrant individual trajectories.

Usage

read.mirt(x, loc.out = FALSE, as.irt.pars = TRUE)

Arguments

x
an object returned from mirt, bfactor, polymirt, or confmirt
loc.out
if TRUE, the step/threshold parameters will be reformated to be deviations from a location parameter
as.irt.pars
if TRUE, the parameters will be output as an irt.pars object

Examples

Run this code
data(LSAT7)
data <- expand.table(LSAT7)
(mod1 <- mirt(data, 1))
plinkpars <- read.mirt(mod1)

Run the code above in your browser using DataLab