powered by
Difference score between x and y (0 = no significant difference, >0 = presence of significant difference)
toc_score(x, y, a)
numeric
(num) First value to compare
(num) Second value to compare
(num) Absolute difference threshold below which all differences are considered normal
toc_score(15, 1500, a = 500) # 1.91: significant difference toc_score(1432, 1501, a = 100) # 0: non-significant difference
Run the code above in your browser using DataLab