summary.cog_irt {cogirt} | R Documentation |
Method of Summary for cog_irt S3
Description
This function provides summary statistics for cogirt models.
Usage
## S3 method for class 'cog_irt'
summary(object, ...)
Arguments
object |
An object of class 'cog_irt'. |
... |
Additional arguments. |
Value
This function does not return a value to the R environment. Instead, it prints a detailed summary of the specified IRT model to the console. The output includes the type of IRT model (e.g., One-Parameter, Two-Parameter, etc.), the number of subjects and items in the dataset, the log-likelihood of the model, and summary statistics (mean, standard deviation, median standard error, and reliability) for estimated parameters. The function is intended for interactive use to review the results of the fitted model.
[Package cogirt version 1.0.0 Index]