calculateReliability: calculateReliability: determine the reliability and SEM per...

View source: R/calculateReliability.R

calculateReliabilityR 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"))

CompositeReliability documentation built on Aug. 21, 2023, 5:08 p.m.