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!

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

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
  • 1369 views
  • 1 like
  • 2 in conversation