Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Last active May 8, 2019 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harshit1694/64bcfd0650f510719545e03461b2e505 to your computer and use it in GitHub Desktop.
Save Harshit1694/64bcfd0650f510719545e03461b2e505 to your computer and use it in GitHub Desktop.
#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