BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
kcodo
Obsidian | Level 7
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)?

1 ACCEPTED SOLUTION

Accepted Solutions
PGStats
Opal | Level 21

With more than two class levels, KS is:

 

npar1way Capture.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

There is no p-value for more than 2 class levels.

 

PG

View solution in original post

2 REPLIES 2
PGStats
Opal | Level 21

With more than two class levels, KS is:

 

npar1way Capture.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

There is no p-value for more than 2 class levels.

 

PG
kcodo
Obsidian | Level 7

thanks!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1508 views
  • 1 like
  • 2 in conversation