
Last chance! 50% off unlimited learning
Sale ends in
This function prints the summarized information.
# S3 method for IRTest_summary
print(x, ...)
Summarized texts on the console.
An object returned from summary.IRTest
.
Additional arguments (currently non-functioning).
Seewoo Li cu@yonsei.ac.kr
# \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