Partial revert "work on getting better output into documentation"
[pspp] / doc / examples / tutorial6.sps
1 get file='physiology.sav'.
2 recode height (179 = SYSMIS).
3 t-test group=sex(0,1) /variables = height temperature.