Hypothesis testing is where we use math to validate our hypothesis, comparing our hypothesis to the mean of our sample data within a range of statistical significance.
In R this means using the t.test() function, and I will demonstrate how to do so in these slides.