I am trying to compute the confidence interval of the median for my data.
Sample size: 14
Skewed
Unknown Distribution
To my understanding, I can use non-parametric methods such as bootstrap, the sign test, or the Wilcoxon signed-rank test, but I do not find clear information on which one I should use, or I do not fully grasp prior posts yet.
I want to employ a simple method in my bachelor thesis, which I do not have to explain thoroughly. Is there any suggestion on which method I should concentrate on?
And if there is already a predefined function for the method in R or Python?
Thank you very much!