library(testthat)
context("test LCDM and DINA")
#test_check("StanDCM")
#load("../../data/data.RData")
test_that("run DINA model",{
Qmatrix2 <- cbind(Qmatrix,rep(1,9))
Qmatrix2[1,1]<-0
StanDINA.run(Qmatrix2, respMatrix, iter=20, init.list='cdm')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.