BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Melk
Lapis Lazuli | Level 10

I want to test the difference in "central tendency" - for lack of a better word- of 2 samples where 1 is realtively normal looking and the other is highly skewed to the right. Normally, I would just use a wilcoxon rank sum test, but I read that the 2 distributions must be similar in shape. Since mine are not, what test is appropriate?

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

I agree with KSharp: it sounds like you can use PROC NPAR1WAY for this analysis.

 

The blog post he refers to shows that you can use PROC QUANTREG for a two-sample test of the difference between arbitrary quantiles. It can also provide confidence intervals for the quantiles.

View solution in original post

2 REPLIES 2
Ksharp
Super User

Since  wilcoxon rank sum test is a non-parameter test. It doesn't matter what distribution your data have.

wilcoxon rank sum test can handle any distribution. Or you would like compare the median of them ?

I remember @Rick_SAS wrote a bolg about it before .

Rick_SAS
SAS Super FREQ

I agree with KSharp: it sounds like you can use PROC NPAR1WAY for this analysis.

 

The blog post he refers to shows that you can use PROC QUANTREG for a two-sample test of the difference between arbitrary quantiles. It can also provide confidence intervals for the quantiles.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 2165 views
  • 2 likes
  • 3 in conversation