TIF_xPL: Dichotomous TIF

View source: R/TIF_xPL.R

TIF_xPLR Documentation

Dichotomous TIF

Description

This function calculates the test information function for an item bank. It supports the Rasch/1PL, 2PL, and 3PL models provided that they are appropriately parameterized for this function.

Usage

TIF_xPL(ipar, thetaGrid = seq(-4.5, 4.5, 0.1))

Arguments

ipar

A matrix with rows for items and three columns. The first column is the slope, the second is the intercept (not the threshold), and the third is the guessing parameter (on the original scale, not on the logit scale).

thetaGrid

A vector of theta estimates at which the test information will be calculated. This defaults to a vector from -4.5 to 4.5, incremented by 0.1.

Value

This function returns a list. The first element is a matrix with the item information. The thetaGrid forms the rows, and the number of items forms the columns. The second element of the list is a vector the same length as thetaGrid. It is the test information function estimated at each point along the thetaGrid.

See Also

Other dichotomous functions: MLE_xPL(), dichEngine(), maxInfo_xPL()


akaat/MTBfx documentation built on June 6, 2023, 11:43 p.m.