When raw data is not available, which normally occurs when we obtain our data from different scientific papers, how is it possible to perform a Mann-Whitney analysis to test whether two samples are statistically different when only median, IQR and sample sizes are available?
I would like to solve this question by using R commander.
For example:
Sample 1: median1=2.5; IQR1=1.25-3.4; n1=4
Sample 2: median2=3.1; IQR2=2.25-6; n2=8
Are they statistically different when a M-W is performed?