Makefile: Fix spelling of "prerequisites".
[pspp] / doc / examples / one-sample-t.sps
1 get file='physiology.sav'.
2
3 select if (weight > 0).
4
5 t-test testval = 76.8
6         /variables = weight.