View source: R/summary.cog_irt.R
summary.cog_irt | R Documentation |
This function provides summary statistics for cogirt models.
## S3 method for class 'cog_irt'
summary(object, ...)
object |
An object of class 'cog_irt'. |
... |
Additional arguments. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.