Learn R Programming

compositeReliabilityInNestedDesigns (version 1.0.4)

calculateReliability: calculateReliability: determine the reliability and SEM per Type

Description

calculateReliability: determine the reliability and SEM per Type

Usage

calculateReliability(mydata, n)

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

Arguments

mydata

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

n

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

Examples

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

Run the code above in your browser using DataLab