Print a summary of the Joint Maximum Likelihood Estimation (JMLE) Rasch model results, including number of iterations, item difficulties, and person ability parameters.
Usage
# S3 method for class 'jmleIRT'
summary(object, digits = 4, ...)Arguments
- object
An object of class
"jmleIRT"containing numeric vectorsthetaandbeta. If not a strict fit object, it must still providethetaandbetaaccessible asobject$thetaandobject$beta.- digits
Number of digits for numeric rounding (default 4).
- ...
Additional arguments passed to or from other methods (currently unused).