Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


IRTest (version 2.1.0)

print.IRTest_summary: Printing the summary

Description

This function prints the summarized information.

Usage

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

Value

Summarized texts on the console.

Arguments

x

An object returned from summary.IRTest.

...

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 = "2NM")

summary(M1)
# }

Run the code above in your browser using DataLab