View source: R/summary.irtest.R
summary.IRTest | R Documentation |
This function summarizes the output (e.g., convergence of the estimation algorithm, number of parameters, model-fit, and estimated latent distribution).
## S3 method for class 'IRTest'
summary(object, ...)
object |
An object of |
... |
Other argument(s). |
Summarized information.
data <- DataGeneration(N=1000, nitem_P = 8)$data_P
M1 <- IRTest_Poly(data = data, latent_dist = "KDE")
summary(M1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.