This function prints a brief summary of a Joint Maximum Likelihood Estimation (JMLE)
Rasch model object of class jmleIRT.
Usage
# S3 method for class 'jmleIRT'
print(x, ...)Details
The print method displays basic information including:
- The type of the model object
- Number of iterations used in the estimation procedure
- Prompts the user to use summary() for more detailed output.