This function computes various model tests and fit indices for objects of class ppar: Collapsed deviance, Casewise deviance, Rost's LR-test, Hosmer-Lemeshow test, R-Squared measures, confusion matrix, ROC analysis.
Prediction output from ROC analysis (ROCR package)
Arguments
object
Object of class ppar (from person.parameter()).
groups.hl
Number of groups for Hosmer-Lemeshow test (see details).
cutpoint
Integer between 0 and 1 for computing the 0-1 model matrix from the estimated probabilities
Details
So far this test statistics are implemented only for dichotomous models without NA's. The Hosmer-Lemeshow test is computed by splitting the response vector into percentiles, e.g. groups.hl = 10 corresponds to decile splitting.
References
Mair, P., Reise, S. P., and Bentler, P. M. (2008). IRT goodness-of-fit using approaches from logistic regression. UCLA Statistics Preprint Series.