MirtTidyCoef: Get table of item parameters

View source: R/MirtTidyCoef.R

MirtTidyCoefR Documentation

Get table of item parameters

Description

This function produces a slightly more condensed table of IRT item parameters than using the "coef" function. directly on a mirt object. IRT parameters are prefixed by 'a', 'g' or 'b'. Slope parameters are prefixed with an 'a', difficulty parameters with a 'b' and guessing parameters are labelled 'g'.

Usage

MirtTidyCoef(mirtobj)

Arguments

mirtobj

An estimated IRT model (of class SingleGroupClass) estimated using mirt or unimirt.

Value

A data frame of item parameters.

Examples

## Not run: 
mirt1=unimirt(mathsdata,"2")
MirtTidyCoef(mirt1)

## End(Not run)

CambridgeAssessmentResearch/unimirt documentation built on June 10, 2025, 6:03 a.m.