information: Test or Item information

Description Usage Arguments Details Value References Examples

Description

Computes the amount of test or item information.

Usage

1
information(object, range, items = NULL)

Arguments

object

a matrix (con los coeficientes estimados)

range

a interval for which the test information should be computed.

items

the items for which the information shoulb be computed.

Details

The amount of information is computed as the area under the Item or Test Information Curve. The function was adapted from ltm_1.0 package.

Value

TotalInfo the total amount of information.

RangeInfo the amount of information in the specified interval.

RangeProp the proportion of information in the specified interval.

Range the value of range argument

items the value of items argument

References

Reckase, M. (2009). Multidimensional item response theory. New York: Springer.

Baker, F. B., & Kim, S. H. (Eds.). (2004). Item response theory: Parameter estimation techniques. CRC Press.

Examples

1
2
3
4
5
#data <- simulateTest(model = "2PL", items = 20, individuals = 800) 
#fit <- irtpp(dataset = data$test,model = "2PL")
#fit <- parameter.matrix(fit$z)
#information(fit, c(-2, 0))
#information(fit, c(0, 2), items = c(3, 5))

SICSresearch/IRTpp documentation built on May 9, 2019, 11:11 a.m.