lzpoly(matrix, Ncat,
NA.method = "NPModel", Save.MatImp = FALSE,
IP = NULL, IRT.PModel = "GRM", Ability = NULL, Ability.PModel = "EAP")"Hotdeck", "NPModel" (default), and "PModel".IP=NULL). The options available are "PCM", "GPCM", and "GRM" (default).matrix.
In case no ability parameters are available then Ability=NULL.Ability=NULL). The options available are "EB", "EAP" (default), and "MI".lzpoly is the natural extension of lz to polytomously scores items. In this case the user can choose one from three possible IRT models to fit the data: The partial credit model (IRT.PModel="PCM"), the generalized partial credit model (IRT.PModel="GPCM"), or the graded response model (IRT.PModel="GRM"). Ability parameters can be estimated by means of one of three methods: Empirical Bayes (Ability.PModel="EB"), expected a posteriori (Ability.PModel="EAP"), or multiple imputation (Ability.PModel="MI").Both item and ability parameters may be provided as function parameters (IP and Ability, respectively). If IP is provided then Ability must also be provided. The reason is that the estimation of the ability parameters is done via the function factor.scores from the gpcm or grm) containing the estimated item parameters (i.e., providing a matrix of item parameters to IP is not sufficient).
Aberrant response behavior is (potentially) indicated by small values of lzpoly (i.e., in the left tail of the sampling distribution).
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 = "PCM","GPCM", or"GRM"). 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.
Magis, D., Raiche, G., and Beland, S. (2012) A didactic presentation of Snijders's l[sub]z[/sub] index of person fit with emphasis on response model selection and ability estimation. Journal of Educational and Behavioral Statistics, 37(1), 57--81.
Meijer, R. R., and Sijtsma, K. (2001) Methodology review: Evaluating person fit. Applied Psychological Measurement, 25(2), 107--135.
Molenaar, I. W., and Hoijtink, H. (1990) The many null distributions of person fit indices. Psychometrika, 55(1), 75--106.
Snijders, T. B. (2001) Asymptotic null distribution of person fit statistics with estimated person parameter. Psychometrika, 66(3), 331--342.
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.
lz,lzstar# Load the physical functioning data (polytomous item scores):
data(PhysFuncData)
# Compute the lzpoly scores:
lzpoly.out <- lzpoly(PhysFuncData,Ncat=3)Run the code above in your browser using DataLab