summary.IRTest {IRTest}R Documentation

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 class 'IRTest'
summary(object, ...)

Arguments

object

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

...

Other argument(s).

Value

Summarized information.

Examples


data <- DataGeneration(N=1000, nitem_P = 8)$data_P

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

summary(M1)


[Package IRTest version 2.0.0 Index]