print.IRTest_summary {IRTest} | R Documentation |
Printing the summary
Description
This function prints the summarized information.
Usage
## S3 method for class 'IRTest_summary'
print(x, ...)
Arguments
x |
An object returned from |
... |
Additional arguments (currently non-functioning). |
Value
Summarized texts on the console.
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 = "2NM")
summary(M1)
[Package IRTest version 2.0.0 Index]