Independent t-test
This lesson is called Independent t-test, part of the Inferential Statistics with R course. This lesson is called Independent t-test, part of the Inferential Statistics with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Perform an independent samples t-test to test whether there is a difference in
exam_1
byathlete
. Usevar.equal = TRUE
. Is there a difference? What is the p-value?Perform an independent samples t-test to test whether there is a difference in
act_english
bygender
. Usevar.equal = TRUE
. Is there a difference? What is the p-value?
Notice what happens since gender has 3 levels. Try out using the filter()
function from dplyr
to only check the difference between Female and Male students. Alternatively, check out the page on t_test()
to see how to use the comparisons
argument to specify the groups to compare.
Learn More
Have any questions? Put them below and we will help you out!
Course Content
21 Lessons
You need to be signed-in to comment on this post. Login.