gof | R Documentation |
gof is goodness-of-fit the latent space of fitted LSIRM.
gof(object, chain.idx = 1)
object |
Object of class |
chain.idx |
Numeric; Index of MCMC chain. Default is 1. |
gof
returns the boxplot or AUC plot
# generate example item response matrix
data <- matrix(rbinom(500, size = 1, prob = 0.5),ncol=10,nrow=50)
lsirm_result <- lsirm(data ~ lsirm1pl())
gof(lsirm_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.