This page is hosted on AFS file server space, which is being shut down on November 13, 2018. If you are seeing this message, your service provider needs to take steps now. Visit afs.unc.edu for more information.
corr
graph none
print none
use law
rseed=414123
save temp
spearman lsat gpa/sample=boot(1000,15)
basic
use temp
type=rectangular
if case<>2*int(case/2) then delete
rem get rid of odd rows in stacked correlation matrices
save blaw
run
sort lsat
if case=975 then print "95% CI Upper:", lsat
if case=25 then print "95% CI Lower:", lsat
output text2.txt
run
density lsat/stick
stats
stat
corr
use law
spearman
plot gpa*lsat/stick