• script.R
1
2
3
4
5
6
7
8
# conduct the hypothesis test from the previous
exercises with t.test()
# extract t statistic and p-value from the list created
by t.test()
# verify that using the normal approximation is valid
here as well
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • R Console
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX