Exercises 6: P-values in R
t.test() compare two sets of observations of 50 measures. The two sets should be normally distributed but the first one is centered in 0, and the second one in 1. Their standard deviations are the same: power.t.test() function identify how many observations would be needed theoretically in order to reach this statistical power of 50%.
PlantGrowth and compare adequately (justify the choice of test) the biomasses in each group.
CO2 and compare adequately (justify the choice of test) the uptake in CO2 in between plants having been chilled and the non-chilled ones.