R/personData.character.R

Defines functions personData.character

Documented in personData.character

personData.character <- function(thetas, p.type = NULL,...) {
	model <- CQmodel(p.est = thetas, p.type = p.type)
	return(personData(model))
}

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.