U3(matrix,
NA.method = "NPModel", Save.MatImp = FALSE,
IP = NULL, IRT.PModel = "2PL", Ability = NULL, Ability.PModel = "ML",
mu = 0, sigma = 1)ZU3(matrix,
NA.method = "NPModel", Save.MatImp = FALSE,
IP = NULL, IRT.PModel = "2PL", Ability = NULL, Ability.PModel = "ML",
mu = 0, sigma = 1)
"Hotdeck", "NPModel" (default), and "PModel".IP=NULL). The options available are "1PL", "2PL" (default), and "3PL".matrix.
In case no ability parameters are available then Ability=NULL.Ability=NULL). The options available are "ML" (default), "BM", and "WL".method="BM". Default is 0.method="BM". Default is 1.NA.method="PModel", otherwise NULL.NA.method="PModel", otherwise NULL.NA.method="PModel", otherwise NULL.NA.method="PModel", otherwise NULL.U3 varies from 0 for perfect Guttman response vectors (i.e., with only the easiest items correct) through 1 for reversed Guttman response vectors (i.e., with only the hardest items correct). Hence, increasingly large U3 values provide stronger indications of answering misfit.
U3 scores are dependent on the number-correct score, hence van der Flier proposed ZU3 as a standardization (formulas to compute E(U3) and Var(U3) can be found in van der Flier, 1982). ZU3 is supposed to be asymptotically approximated by the standard normal distribution, but this approximation is not without problems (see Emons, Meijer, and Sijtsma, 2002).
Missing values in matrix are imputed by one of three single imputation methods: Hotdeck imputation (NA.method = "Hotdeck"), nonparametric model imputation (NA.method = "NPModel"), and parametric model imputation (NA.method = "PModel"); see Zhang and Walker (2008).
IRT.PModel = "1PL","2PL", or"3PL"). Item parameters (IP) and ability parameters (Ability) may be provided for this purpose (otherwise the algorithm finds estimates for these parameters).Karabatsos, G. (2003) Comparing the Aberrant Response Detection Performance of Thirty-Six Person-Fit Statistics. Applied Measurement In Education, 16(4), 277--298.
Meijer, R. R., and Sijtsma, K. (2001) Methodology review: Evaluating person fit. Applied Psychological Measurement, 25(2), 107--135.
van der Flier, H. (1980) Vergelijkbaarheid van individuele testprestaties [Comparability of individual test performance]. Lisse: The Netherlands.
van der Flier, H. (1982) Deviant response patterns and comparability of test scores. Journal of Cross-Cultural Psychology, 13(3), 267--298.
Zhang, B., and Walker, C. M. (2008) Impact of missing data on person-model fit and person trait estimation. Applied Psychological Measurement, 32(6), 466--479.
U3poly# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)
# Compute the U3 scores:
U3.out <- U3(InadequacyData)
# Compute the ZU3 scores:
ZU3.out <- ZU3(InadequacyData)Run the code above in your browser using DataLab