Be Cautious in construction and interpretation of CIs
To obtain percent for 1 SEM
1-((1-pnorm(1))*2)
To obtain percent for 2 SEM
1-((1-pnorm(2))*2)
95 percent CI corresponds to 1.96 * SE
1 * SE corresponds to .6827
2 * SE corresponds to 0.9772499
so, for two-sided, 2 * SE corresponds to 0.9544997
Details
CI.tscore makes use of Est.true to correct the observed score for
regression to the mean and SE.Est for the correct standard error. CI.tscore
also requires entry of the mean of the test scores for correcting for regression to the mean. CI.obs is much simpler in construction as it only makes use of the observed score without any
corrections. CI.obs uses SE.Meas, the SEM that appears in most test manuals and
text books.
References
Dudek, F. J. (1979). The continuing misinterpretation of the standard error of measurement.
Psychological Bulletin, 86, 335-337.
# Examples from Dudek (1979)# Suppose a test has mean = 500, SD = 100 rxx = .9# If an individual scores 700 on the testCI.tscore (700, 500, 100, .9, level=.68)
CI.obs(700, 100,.9, level=.68)