Learn R Programming

TestDesign (version 1.0.1)

calc_info_matrix: Calculate the Fisher information matrix for a vector of theta values and a set of items, potentially with a mixture of different models

Description

Calculate the Fisher information matrix for a vector of theta values and a set of items, potentially with a mixture of different models

Usage

calc_info_matrix(x, item_parm, ncat, model)

Arguments

x

Numeric. A vector of theta values.

item_parm

A matrix of item parameters.

ncat

A numeric vector of the number of response categories by item.

model

A numeric vector indicating the IRT models of each item (1: 1PL, 2: 2PL, 3: 3PL, 4: PC, 5: GPC, 6: GR).