Can someone tell me why I keep getting the error:
2075 proc npar1way wilcoxon median edf data=sasuser.pedifalls;
ERROR: Procedure NPAR1WAY not found.
2076 class fall;
2077 var los;
2078 freq Freq;
2079 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE NPAR1WAY used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
This is the exact code I have...I've looked up references, as far as I can tell it is the correct proc. Is it spelled wrong or something??? Thx.
proc npar1way wilcoxon median edf data=sasuser.pedifalls;
class fall;
var los;
freq Freq;
run;
2075 proc npar1way wilcoxon median edf data=sasuser.pedifalls;
ERROR: Procedure NPAR1WAY not found.
2076 class fall;
2077 var los;
2078 freq Freq;
2079 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE NPAR1WAY used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
This is the exact code I have...I've looked up references, as far as I can tell it is the correct proc. Is it spelled wrong or something??? Thx.
proc npar1way wilcoxon median edf data=sasuser.pedifalls;
class fall;
var los;
freq Freq;
run;