When I use NPAR1WAY procedure , code like this:
proc npar1way edf plots=edfplot;
class treatment;
var response;
freq freq;
run;
There is error message in Log:
proc npar1way edf plots=edfplot;
------
22 200
ERROR 22-322: Syntax error, expecting one of the following: ;, AB, ANOVA, CORRECT, D, DATA, EDF,
KLOTZ, KS, KS1, MEDIAN, MISSING, MOOD, NOPRINT, PERM, SAVAGE, SCORES, ST, VW,
WILCOXON.
ERROR 200-322: The symbol is not recognized and will be ignored.
113 class treatment;
ERROR: File WORK.EDFPLOT.DATA does not exist.
I need to plot K-S plot. My SAS version is V9.2. Anyone please help look it!
Thanks,
Ching