In: Statistics and Probability
You are working on a conservation farm with an endangered species of antelope in central Colorado. You notice that birth weight of offspring seems to correlate with air temperature, but that the relationship is not as strong in females as in males. You wonder why that could be.
a) What is your testable hypothesis?
b) Design an experiment to test that hypothesis.
c) What is your null hypothesis?
d) Describe the type of data you will get from the experiment.
e) What type of statistical analysis will you do, and why is it appropriate?
f) Make up some data – at least 10 total. Run your test and show your calculations.
g) What do your results tell you about your hypothesis?
Solution:
a) A testable hypothesis can be "Birth weight of male antelopes are higher than female antelopes when exposed to the same temperature at birth"
b) The experiment can go as follows:
1. All the antelopes should be exposed to the same air temperature for a certain period since the beginning of their pregnancy
2. Since the birth weight of males and females are being studied with respect to air temperature, all other parameters on which birth weight depends should be kept constant
3. Two batch of antelopes, one of each batch being seperately exposed to a higher temperature and a lower temperature, so that a comparison study can be done to see the effectiveness of the relationship of birth weight with air temperature
4. Individual antelopes can be also exposed to various varying temperature to see the effect on the birth weight on a gender wise basis
This experiment can help classify the antelopes to obtain data on basis of the factors for doing the appropriate analysis
c) (i) A possible null hypothesis for this problem can be given as:
H0: =0 (there is no relationship between air temperature and female off -spring birth weight)
H1: H0 is not true
Generally, we need to test whether air temperature and birth weight are correlated, so we take the null hypothesis as "not correlated"
(ii) Another possible null hypothesis can be :
H0: = (Mean birth wt of males=Mean birth weight of females)
d) The data from the experiment are the weights of the offspring at birth, air temperature at birth and gender of the offspring
e) A correlation test for the hypothesis in c (i) can be used since it is used to test the hypothesis whether the air temperature and the body weight at birth for female offsprings are correlated or not. SImilar tests can be done for male offsprings too. If things go well, a regression model can also be used to predict the outcomes and validate the assumprtions
f) The analysis is done using a simulated data in R as below [for the hypothesis c(i)]:
Under H0, the correlation test test-statistics follows a t-distribution with df n-2, n=number of observations. So, here in this example, we have taken n=10. Here we are basically proving that increasing air temperature doesn't have effect on the body weight of the offsprings born as females
g) The p_value (p-value) is greater than 0.05, 0.01 so at both 5% and 1% level of significance, we accept the null hypothesis, and conclude that there is no correlation, i.e,, no relationship between the birth weight of females and air temperature at birth for the female born off-spring (for this example point of view). Although this is just a simulated dataset, the analysis can proceed in a similar way of such data points are available for the male off springs too. A skeleton of the data frame that can be collected from the experiment is given as below: