projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
work
[pspp]
/
doc
/
pspp-figures
/
reliability.sps
1
get file="hotel.sav".
2
3
* Recode V3 and V5 inverting the sense of the values.
4
compute v3 = 6 - v3.
5
compute v5 = 6 - v5.
6
7
reliability
8
/variables= all
9
/model=alpha.