Using R-Studio please answer the following questions and show
your code.
1. Julie buys a take-out coffee from one of two coffee shops on
a random basis: Ultimo Coffee and Joe’s Place. This month, she
measured the temperature of each cup immediately after purchase,
using a cooking thermometer. Sample data is shown below,
temperatures are in Fahrenheit.
ultimo = c(171,161,169,179, 171,166,169,178,171,
165,172,172)
joes = c(168,165,172, 151,162,158,157,160, 158,160,158,164)
State the null and alternative hypothesis in your own
words.
What type of statistical...