Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Last active May 8, 2019 11:20
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/3713ab32b75092fc4597a5d9992eaac5 to your computer and use it in GitHub Desktop.
Save Harshit1694/3713ab32b75092fc4597a5d9992eaac5 to your computer and use it in GitHub Desktop.
#Step 5 - Conduct one-sample t-test
#Null Hypothesis: Mean screensize of sample does not differ from 10 cm
#Alternate Hypothesis: Mean screensize of sample differ from 10 cm
t.test(data$Screen_size.in.cm.,mu=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment