View source: R/print.summary.lsirm.R
print.summary.lsirm | R Documentation |
print.summary.lsirm is used to print summary the result of LSIRM.
## S3 method for class 'summary.lsirm'
print(x, ...)
x |
List; summary of LSIRM with |
... |
Additional arguments. |
print.summary.lsirm
return a summary of LSIRM.
# generate example item response matrix
data <- matrix(rbinom(500, size = 1, prob = 0.5),ncol=10,nrow=50)
lsirm_result <- lsirm(data ~ lsirm1pl())
summary(lsirm_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.