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...
I have imported a file from excel, it works. However I'm trying to modify it for analysis. This is the error I get and here is a copy of what I have coded. WHAT am I doing wrong???
data sasuser.pedifalls;
set sasuser.pedifalls;
if graf6='<=1' then graf6 ='0';
else if graf6='>=2' then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.