print.IRTest_summary | R Documentation |
This function prints the summarized information.
## S3 method for class 'IRTest_summary'
print(x, ...)
x |
An object returned from |
... |
Additional arguments (currently non-functioning). |
Summarized texts on the console.
Seewoo Li cu@yonsei.ac.kr
data <- DataGeneration(N=1000, nitem_P = 8)$data_P
M1 <- IRTest_Poly(data = data,
latent_dist = "2NM")
summary(M1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.