R/make.thresholds.CQmodel.R

Defines functions make.thresholds.CQmodel

Documented in make.thresholds.CQmodel

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,...))
}
david-ti/wrightmap documentation built on May 24, 2022, 3:53 p.m.