PROC NPAR1WAY data=mydata wilcoxon;
Class group;
Var gaitspeed angle;
label group='0'='control'
'1'='OA' '2'='LSS' ;
run; quit;
when i run this code
the output gives KS=0.37 Ksa=2.04
but there is no p-value given.
how do I get the p-value?
how do I interpret the KS where class=3 levels as indicated by label 0 (control), 1(OA), 2(LSS)?
With more than two class levels, KS is:
There is no p-value for more than 2 class levels.
With more than two class levels, KS is:
There is no p-value for more than 2 class levels.
thanks!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.