Learn R Programming

IRTest (version 2.1.0)

print.IRTest: Printing the result

Description

This function prints the summarized information.

Usage

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

Value

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

Arguments

x

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

...

Additional arguments (currently non-functioning).

Author

Seewoo Li cu@yonsei.ac.kr

Examples

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

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

M1
# }

Run the code above in your browser using DataLab