Learn R Programming

IRTest (version 2.1.0)

summary.IRTest: Summary of the results

Description

This function summarizes the output (e.g., convergence of the estimation algorithm, number of parameters, model-fit, and estimated latent distribution).

Usage

# S3 method for IRTest
summary(object, ...)

Value

Summarized information.

Arguments

object

An object of "IRTest"-class obtained from either IRTest_Dich, IRTest_Poly, or IRTest_Mix.

...

Other argument(s).

Examples

Run this code
# \donttest{
data <- DataGeneration(N=1000, nitem_P = 8)$data_P

M1 <- IRTest_Poly(data = data, latent_dist = "KDE")

summary(M1)
# }

Run the code above in your browser using DataLab