powered by
Estimate the reliability of a difference score.
reliabilityOfDifferenceScore(x, y, reliabilityX, reliabilityY)
Reliability of the difference score that is computed from the difference of x and y.
x
y
Vector of one variable that is used in the computation of difference score.
Vector of second variable that is used in the computation of the difference score.
The reliability of the x variable.
The reliability of the y variable.
Estimates the reliability of a difference score.
Other reliability: repeatability()
repeatability()
v1 <- rnorm(1000, mean = 100, sd = 15) v2 <- v1 + rnorm(1000, mean = 1, sd = 15) reliabilityOfDifferenceScore(x = v1, y = v2, reliabilityX = .7, reliabilityY = .8)
Run the code above in your browser using DataLab