R/itemData.character.R

Defines functions itemData.character

Documented in itemData.character

itemData.character <-
function(thresholds, p.type = NULL, equation = NULL, ...) {
	model <- CQmodel(show = thresholds, p.type = p.type, equation = equation)
	return(itemData(model,...))
}

Try the WrightMap package in your browser

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

WrightMap documentation built on Sept. 24, 2024, 9:07 a.m.