# Examples from Dudek (1979)
# Suppose a test has mean = 500, SD = 100 rxx = .9
# If an individual scores 700 on the test
Est.true(700, 500, .9)
# If an individual scores 400 on the test
Est.true(400, 500, .9)
Run the code above in your browser using DataLab