doc: Use --css-ref option to makeinfo, instead of postprocessing with sed.
[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.