print.IRTest {IRTest}R Documentation

Printing the result

Description

This function prints the summarized information.

Usage

## S3 method for class 'IRTest'
print(x, ...)

Arguments

x

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

...

Additional arguments (currently non-functioning).

Value

Printed texts on the console recommending the usage of summary function and the direct access to the details using "$" sign.

Author(s)

Seewoo Li cu@yonsei.ac.kr

Examples


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

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

M1


[Package IRTest version 2.0.0 Index]