Computes the standard error of measurement from the SD of scores and a reliability coefficient (ICC or test-retest correlation).
Details
SEM is computed as: $$SEM = SD \times \sqrt{1 - r}$$ where \(r\) is the reliability coefficient (ICC or correlation).
References
Shrout PE, Fleiss JL (1979). "Intraclass Correlations: Uses in Assessing Rater Reliability." Psychological Bulletin, 86(2), 420-428.
Examples
scores <- c(10, 12, 15, 11, 13, 14, 9, 16, 12, 11)
sem(scores, icc_value = 0.90)
#> [1] 0.7