Last active
May 8, 2019 11:21
-
-
Save Harshit1694/64bcfd0650f510719545e03461b2e505 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Step 4 - Conduct two-sample t-test | |
#Null Hypothesis: There is no difference between the mean of two samples | |
#Alternate Hypothesis: There is difference between the men of two samples | |
t.test(data$screensize_sample1,data$screensize_sample2,var.equal = T) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment