Dear Listers
I havent work much with stat 18 yet, but have tried to make a dtable using median, and want to test between group differences using ranksum test.
how do i include the ranksum test into that?
Thank you
Lars
I havent work much with stat 18 yet, but have tried to make a dtable using median, and want to test between group differences using ranksum test.
Code:
dtable var1 var2 var3, continuous(var1 var2 var3, stat(p5 p50 p95)) by(group)
Thank you
Lars
Comment