# ehc2b.cf command file to plot a transition rate nvar( dfile = ehc1.ltb, # data file Case = case, Time = c1, # time axis (begin of interval) Rate = c7, # rate ); tsel = Case[16,,30]; select second part of table psfile = ehc2b.ps; PostScript output file psetup( pxlen = 80, # length of x axis in mm pylen = 40, # length of y axis in mm pxa = 0,300, # user coordinates on x axis pya = 0,0.02, # user coordinates on y axis ); plxa (sc=60,ic=5); plot x axis plya (sc=0.01,ic=10); plot y axis plframe; plot frame #plabel = "Life Table Transition Rate"; #pxlabel = "Time in Months"; #pylabel = "Survivor Function"; plot = Time,Rate; pltext(xy=80,0.017) = "Life Table Transition Rate";