Performing student's T-tests

In a Z-test, we can determine whether two mean values are significantly different if the standard deviation (or variance) is known. However, if the standard deviation is unknown and the sample size is fairly small (less than 30), we can perform a student's T-test instead. A one sample T-test allows us to test whether two means are significantly different; a two sample T-test allows us to test whether the means of two independent groups are different. In this recipe, we will discuss how to conduct a one sample T-test and a two sample T-test using R.

Getting ready

Ensure that you installed R on your operating system.

How to do it…

Perform the following steps to calculate the t-value:

  1. First, we visualize a sample weight vector ...

Get R for Data Science Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.