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/3f91fac3d11d3171e9eee53e5db7a0ca to your computer and use it in GitHub Desktop.
Save Harshit1694/3f91fac3d11d3171e9eee53e5db7a0ca to your computer and use it in GitHub Desktop.
#Step 4 - Conduct two-sample t-test
#Null Hypothesis: There is no difference between the means of tyres before and after changing the rubber material.
#Alternate Hypothesis: There is a difference between the means of tyres before and after changing the rubber material.
t.test(data$tyre_1,data$tyre_2,paired = T)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment