doc: Move output examples from "examples" to "pspp-figures".
[pspp] / doc / pspp-figures / tutorial6.sps
1 get file='physiology.sav'.
2 recode height (179 = SYSMIS).
3 t-test group=sex(0,1) /variables = height temperature.