powered by
This function computes the reliability index, separation and the standard error of the models estimation.
checkRel(obj)# S3 method for seprel summary(object, ...)
# S3 method for seprel summary(object, ...)
A list of two objects, the reliability and the standard error.
reliability
PRI Person reliability index.
PSR Person separation reliability.
IRI Item reliability index.
ISR Item separation reliability.
stdError
var_err_pers A matrix of variance error of the estimation.
std_err_pers A matrix of standard error of the estimation.
rmsse_pers Root mean square of the standard error per person.
var_err_item A matrix of variance error of the estimation.
std_err_item A matrix of standard error of the estimation.
rmsse_item Root mean square of the standard error per person.
hessian_theta Hessian matrix of theta parameter.
theta
hessian_beta Hessian matrix of beta parameter.
beta
Object that resulted from any models estimation, e.g., pcm, gpcm, pcmdif, and gpcmdif.
pcm
gpcm
pcmdif
gpcmdif
The object of class 'seprel'.
'seprel'
Further arguments to be passed.
Person reliability index
pcmObject <- pcm(shortDIF) rel <- checkRel(pcmObject) summary(rel)
Run the code above in your browser using DataLab