Daniel's Blog

Cognitive neuroscience, R programming, and more...

Data Visualization With R

Creating Ready-to-Publish Graphs Using R Base Graphics - Pt2: Bootstrapped Confidence Intervals

This blog post is the second in a series of posts in which I will present R code for the generation of fancy graphs using only R base graphics (instead of ggplot).

Comparing Two Medians for Differences

Bootstrapping Confidence Intervals for the Difference Between Two Population Medians

This blog post provides step-by-step instructions for the utilization of bootstrapping (instead of unsuited Wilcoxon procedures) to calculate confidence intervals for the difference between two population medians in R.