Learn R Programming

petersenlab (version 1.1.0)

itemInformation: Item Information.

Description

Item information in item response theory.

Usage

itemInformation(a = 1, b, c = 0, d = 1, theta)

Value

Amount of item information.

Arguments

a

Discrimination parameter (slope).

b

Difficulty (severity) parameter (inflection point).

c

Guessing parameter (lower asymptote).

d

Careless errors parameter (upper asymptote).

theta

Person's level on the construct.

Details

Estimates the amount of information provided by a given item as function of the item parameters and the person's level on the construct (theta).

See Also

tools:::Rd_expr_doi("10.1177/0146621613475471")

Other IRT: deriv_d_negBinom(), discriminationToFactorLoading(), fourPL(), reliabilityIRT(), standardErrorIRT(), test_info_4PL()

Examples

Run this code
itemInformation(b = 2, theta = -4:4) #1PL
itemInformation(b = 2, a = 1.5, theta = -4:4) #2PL
itemInformation(b = 2, a = 1.5, c = 0.10, theta = -4:4) #3PL
itemInformation(b = 2, a = 1.5, c = 0.10, d = 0.95, theta = -4:4) #4PL

Run the code above in your browser using DataLab