Two Sample Student’s t-test

data.new2 ← read.table(“tmp.data.head2”, +header = TRUE)
t.test(data.new[,2], +data.new2[,2], paired=TRUE)

Get values.


Transcript

Now we can also do a two sample Student's t-test. So, in this case, we're going to take paired data we can compute the values based on the paired set of data, and we can, of course, now draw conclusions based upon what the two sets of data mean.