Hi,
I do have SAS 9.4. However, it wont run. This is the output:
proc lifetest data=surgery2; time follow_up*death(0); run;
This one works. However, the next one does not work:
57 proc lifetest data=surgery2 outcif=test3; time follow_up*death(0); run; ------ 22 76 ERROR 22-322: Syntax error, expecting one of the following: ;, (, AALEN, ALPHA, ALPHAQT, ANNOTATE, ATRISK, BANDMAX, BANDMAXTIME, BANDMIN, BANDMINTIME, CENSOREDCOLOR, CENSOREDSYMBOL, CONFBAND, CONFTYPE, DATA, DESCRIPTION, EVENTSYMBOL, FORMCHAR, GOUT, GRAPHICS, INTERVALS, LANNOTATE, LINEPRINTER, MAXTIME, METHOD, MISSING, NELSON, NINTERVAL, NOCENSPLOT, NOLEFT, NOPRINT, NOTABLE, OUTS, OUTSURV, OUTT, OUTTEST, PLOTS, REDUCEOUT, SID, SINGULAR, STDERR, TIMELIM, TIMELIST, WIDTH.
ERROR 76-322: Syntax error, statement will be ignored.
Likewise, this one doesn't work either:
58 proc lifetest data=surgery2 plots=cif(test); time follow_up*death(0); run; --- 22 76 ERROR 22-322: Syntax error, expecting one of the following: (, ALL, CENSOR, CENSORED, D, DENSITY, H, HAZ, HAZARD, LLS, LOGLOGS, LOGSURV, LS, NONE, P, PDF, S, SUR, SURV, SURVIVAL.
ERROR 76-322: Syntax error, statement will be ignored.
... View more