powered by
gof is goodness-of-fit the latent space of fitted LSIRM.
gof(object, chain.idx = 1)
gof returns the boxplot or AUC plot
gof
Object of class lsirm.
lsirm
Numeric; Index of MCMC chain. Default is 1.
# \donttest{ # 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) # }
Run the code above in your browser using DataLab