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