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,...))
}

Try the WrightMap package in your browser

Any scripts or data that you put into this service are public.

WrightMap documentation built on June 19, 2022, 1:05 a.m.