PRINT Subcommand (SURVIVAL command)

By default, SURVIVAL prints life tables. PRINT can be used to suppress the life tables.

TABLE. Print the life tables. This is the default.

NOTABLE. Suppress the life tables. Only plots and comparisons are printed. The WRITE subcommand, which is used to write the life tables to a file, can be used when NOTABLE is in effect.

Example

SURVIVAL TABLE = MOSFREE BY TREATMNT(1,3)
  /STATUS = PRISON (1) FOR MOSFREE
  /INTERVAL = THRU 24 BY 3
  /PLOTS (ALL)
  /PRINT = NOTABLE.
  • PRINT NOTABLE suppresses the printing of life tables.