View source: R/calculateReliability.R
calculateReliability | R Documentation |
calculateReliability: determine the reliability and SEM per Type
calculateReliability(mydata, n)
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. |
A list containing 2 vectors; one vector with the reliability coefficient of each Type, the other vector with the SEM values for each Type
rel <- calculateReliability(mydata, n=c("A"=3,"B"=3,C="2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.