Skip to main content

Questions tagged [wilcoxon-signed-rank]

a non-parametric rank test to compare two paired samples, whether values in one are bigger than in the other. This test is NOT the same as the sign test.

1 vote
1 answer
183 views

What do these Wilcoxon values tell me?

I did a pre and post-test with a small number of students ($n=12$).These values came after a science intervention that took $4$ weeks. I used a Wilcoxon test for 2 related samples as there was not a ...
jordanLeah's user avatar
1 vote
0 answers
45 views

Wilcoxon test on distribution derived from bootstrapping

We have two Chocolate bags X and Y. Each chocolate bags have total 1000000 chocolate boxes randomly sampled from 100 types of chocolate boxes (B1, B2, …, B100). These chocolate boxes are of different ...
jayesh kumar's user avatar
2 votes
1 answer
59 views

Paired t-test on dependent samples

I have a set of paired observations, corresponding to patient blood pressure before and after a treatment. I'd like to test for the significance of the treatment by conducting a paired t-test (or ...
Smoked_Carp's user avatar
2 votes
1 answer
247 views

Kruskal-Wallis Test shows significance, but Pairwise Wilcoxon Rank Sum Test does not

I used the following code to perform a Kruskal-Wallis test on a dataset, which gave me a significant p-value (5.159e-06). However, when I then use pairwise.wilcox.test() to perform a Pairwise Wilcoxon ...
chiliconcarno's user avatar
0 votes
0 answers
11 views

simulate the number of samples to be statistic relevant using a non-paremetric paired test

I have an experiment where a group of subjects must learn to associate some sounds to images (say, sound 1-image 1, sound2-image 2,... soundN-imageN). They do a memory test (we present sounds and ...
user3284182's user avatar
3 votes
2 answers
238 views

Transitivity of Wilcoxon signed-rank test

I have performed Wilcoxon signed-rank tests for variables $X$, $Y$, and $Z$, where it appears that (speaking informally) $X < Y < Z$. Indeed, the p-value for the one-sided Wilcoxon signed-rank ...
calmcc's user avatar
  • 133
0 votes
0 answers
39 views

Multiple testing with Wilcoxon signed rank test with set maximum length

I'm essentially performing this test with the Java Apache math3 method which only allows lengths up to 30. My pairs will have a length of maximum 2048. I will be testing for an increase (combination ...
Elias Murcray's user avatar
1 vote
0 answers
11 views

investigation of a potential change of measured values: only the simple linear regression or also compare the mean of follow-up values with baseline?

For my medical dissertation I am studying a group of 36 patients. The patients received a drug repeatedly over several months. Serum levels of two cytokines were measured in the patients both before ...
Katharina's user avatar
0 votes
1 answer
66 views

Validity of Wilcoxon Signed Rank or Spearman for 2 Likert Scales

I am working on my MSc dissertation findings and I have data results from two 5-Point Likert scales. One Likert measured self-assessed behaviour, whilst the other measured attitude. (Both scales were ...
YasG's user avatar
  • 31
0 votes
0 answers
14 views

Test(s) for comparing predictor quality for different features?

I applied a predictor to different numeric features from the same group of subjects (n>1000). The features have different ranges. Is it possible in this case to apply a statistical test to make a ...
user1448268's user avatar
7 votes
3 answers
937 views

Questions about Wilcoxon signed rank test

I wanted to conduct a Wilxocon signed rank test but stumbeld upon two questions that I am unable to solve on my own. I tested 2 types of interfaces for a software with the same ten people. I want to ...
Lukas Pezzei's user avatar
2 votes
0 answers
57 views

Zero differences and Wilcoxon signed rank test

I am wondering if the Wilcoxon signed rank test is an appropriate test for my data, that does not follow a normal distribution. I have 150 datasheets of numbers of drugs measured at two points in time....
StefanM's user avatar
  • 21
1 vote
1 answer
51 views

Constant p-value for all my tests

I am comparing the performance of two AI models across 15 data sets. One model performs heavily better than the other on all the performance metrics. When I perform a one-tailed Wilcoxon signed rank ...
M Germanos's user avatar
0 votes
2 answers
62 views

Two sample t-test vs One-sample t-test on residuals [closed]

For some arbitrary data, I have the raw data and a fitted model (not a regression model, but more so a model that accounts for noise and imperfections the data acquisition). I want to see how closely ...
Bodhi's user avatar
  • 1
0 votes
0 answers
30 views

Analysing pre and post intervention MCQ results for significance- which statistical test to use?

I have ran a teaching course for students. I carried out pre and post session MCQ quizzes to evidence effectiveness of the course, however the marks collected were anonymised (data collected via ...
S Hussain's user avatar

15 30 50 per page
1
2
3 4 5
33