calculateReliability {CompositeReliability}R Documentation

calculateReliability: determine the reliability and SEM per Type

Description

calculateReliability: determine the reliability and SEM per Type

Usage

calculateReliability(mydata, n)

Arguments

mydata

A dataframe containing columns ID, Type, Score (numeric)

n

A vector containing for each Type the number of score or assessments assessments, e.g. averages, requirements.

Value

A list containing 2 vectors; one vector with the reliability coefficient of each Type, the other vector with the SEM values for each Type

Examples

rel <- calculateReliability(mydata, n=c("A"=3,"B"=3,C="2"))

[Package CompositeReliability version 1.0.3 Index]