print.IRTest | R Documentation |
This function prints the summarized information.
## S3 method for class 'IRTest'
print(x, ...)
x |
An object of |
... |
Additional arguments (currently non-functioning). |
Printed texts on the console recommending the usage of summary
function and the direct access to the details using "$" sign.
Seewoo Li cu@yonsei.ac.kr
data <- DataGeneration(N=1000, nitem_P = 8)$data_P
M1 <- IRTest_Poly(data = data, latent_dist = "KDE")
M1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.