Learn R Programming

DFIT (version 1.0-3)

Ipr: Item parameter replication

Description

Generates a sample of item parameters assuming multivariate normality of estimates

Usage

Ipr(itemParameters, itemCovariances, nReplicates = 5000)

Arguments

itemParameters

A list containing "focal" and "reference" item parameters. Item parameters are assumed to be on the same scale. Item parameters for each group should me a matrix with nrow equal to the number of items.

itemCovariances

A list containing "focal" and "reference" lists of matrices of covariance for item estimates.

nReplicates

A numeric value indicating the number of replications to perform

Value

itemParameters A list with item parameters for focal and reference groups

References

Oshima, T., Raju, N. & Nanda, A. (2006). A new method for assessing the statistical significance in the Differential Functioning of Items and Tests (DFIT) framework. Journal of educational measurement, 43(1), 1--17. doi:10.1111/j.1745-3984.2006.00001.x

Examples

Run this code
# NOT RUN {
# # Not run
# #
# # data(dichotomousItemParameters)
# # threePlAse <- list()
# # threePlAse[['focal']] <- AseIrt(itemParameters = dichotomousItemParameters[['focal']],
# #                                 logistic = TRUE, sampleSize = 500, irtModel = '3pl')
# # threePlAse[['reference']] <- AseIrt(itemParameters = dichotomousItemParameters[['reference']],
# #                                     logistic = TRUE, sampleSize = 500, irtModel = '3pl')
# # threePlIpr <- Ipr(itemParameters = dichotomousItemParameters, itemCovariances = threePlAse,
# #                   nReplicates = 1000)

# }

Run the code above in your browser using DataLab