powered by
This function prints the summarized information.
# S3 method for IRTest print(x, ...)
Printed texts on the console recommending the usage of summary function and the direct access to the details using "$" sign.
summary
An object of "IRTest"-class obtained from either IRTest_Dich, IRTest_Poly, or IRTest_Mix.
"IRTest"
IRTest_Dich
IRTest_Poly
IRTest_Mix
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 = "KDE") M1 # }
Run the code above in your browser using DataLab