Nothing
make.thresholds.CQmodel <-
function(item.params,item.table = NULL,interactions = NULL,step.table = NULL,design.matrix = "normal",throld = .5,alpha = 1,...) {
deltas <- make.deltas(item.params,item.table,interactions,step.table)
#message("Creating threshold parameters out of deltas")
return(make.thresholds(deltas,throld = throld,alpha = alpha,...))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.