Makefile: Fix spelling of "prerequisites".
[pspp] / doc / examples / 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.