File: tutorial5.sps

package info (click to toggle)
pspp 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,768 kB
  • sloc: ansic: 276,489; xml: 18,462; sh: 6,445; python: 2,881; makefile: 125; perl: 64
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
get file='repairs.sav'.
examine mtbf
 /statistics=descriptives.
compute mtbf_ln = ln (mtbf).
examine mtbf_ln
 /statistics=descriptives.