Compute Reliability and Standard Error
This function computes the reliability index, separation and the standard error of the models estimation.
checkRel(obj) ## S3 method for class 'seprel' summary(object, ...)
obj
: Object that resulted from any models estimation, e.g., pcm
, gpcm
, pcmdif
, and gpcmdif
.object
: The object of class 'seprel'
....
: Further arguments to be passed.A list of two objects, the reliability and the standard error.
reliability
stdError
theta
parameter.beta
parameter.Person reliability index
pcmObject <- pcm(shortDIF) rel <- checkRel(pcmObject) summary(rel)
Useful links