To avoid bias observed item responses are compared to expected responses under the conditional distribution of responses given the total score. This leads to standardized residuals which can be summarized to outfit and infit statistics in the usual way.
out_infit(
object,
se = TRUE,
p.adj = c("BH", "holm", "hochberg", "hommel", "bonferroni", "BY", "none")
)
an object of class outfit containing:
outfit statistics
standard errors of outfit statistics
p values of outfit statistics
adjusted p values of outfit statistics if selected
infit statistics
standard errors of infit statistics
p values of infit statistics
adjusted p values of infit statistics if selected
adjustment method
An object of class "Rm", a fitted Rasch model or partial credit model using the functions RM or PCM in package eRm, or an object of class "pcmodel", a fitted partial credit model using the function pcmodel in package psychotools.
If TRUE the standard errors will be included.
Correction method for multiple testing. The methods are "BH","holm", "hochberg", "hommel", "bonferroni", "BY", "none". See p.adjust
.
Marianne Mueller
The fit statistics and their standard errors are calculated as described in Christensen et al. P values are are based on the normal distribution of the standardized fit statistics.
Christensen, K. B. , Kreiner, S. & Mesbah, M. (Eds.) Rasch Models in Health. Iste and Wiley (2013), pp. 86 - 90.
Kreiner, S. & Christensen, K. B. (2011) Exact evaluation of Bias in Rasch model residuals. Advances in Mathematics Research, 12, 19-40.
rm.mod <- RM(amts[,4:13])
out_infit(rm.mod)
Run the code above in your browser using DataLab