checkRel {autoRasch}R Documentation

Compute Reliability and Standard Error

Description

This function computes the reliability index, separation and the standard error of the models estimation.

Usage

checkRel(obj)

## S3 method for class 'seprel'
summary(object, ...)

Arguments

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.

Details

Person reliability index

Value

A list of two objects, the reliability and the standard error.

reliability

stdError

Examples

pcmObject <- pcm(shortDIF)
rel <- checkRel(pcmObject)
summary(rel)


[Package autoRasch version 0.2.2 Index]