R/print.ksIRT.R

Defines functions print.ksIRT

Documented in print.ksIRT

print.ksIRT <-
function(x,...){
	toout<-data.frame(Item=1:x$nitem,Correlation=x$itemcor)
	print(toout)
}

Try the KernSmoothIRT package in your browser

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

KernSmoothIRT documentation built on March 26, 2020, 7:42 p.m.