Marilyn W. answered 05/02/25
Vanderbilt Biostatistics Researcher | R & Statistics Tutor
(a) To determine whether the two reactors result in different conversions of A, we need to perform t-test comparing the means of two independent samples. Since the sample sizes are small (n₁ = 6 and n₂ = 5) and the variances may be unequal, we use Welch’s t-test.
Null hypothesis (H₀) : the mean conversions are equal
Alternative hypothesis (H₁): the mean conversions differ
The sample mean and standard deviation for Reactor 1 are 57.33% and 3.38, respectively, while for Reactor 2 they are 53.88% and 2.33. The t-statistic is calculated as:
With approximate degrees of freedom of 9, the critical t-value at a 95% confidence level is 2.262. Since 1.996 < 2.262, we fail to reject the null hypothesis. Therefore, there is not enough evidence at the 95% confidence level to conclude that the two reactors yield significantly different conversions of A.
(b) To assess whether the value 62.4% in Reactor 1 is an outlier, we apply two common statistical tests: Grubbs’ test and Dixon’s Q test. For Grubbs’ test, we calculate the G statistic:
The critical value for G at α = 0.05 with n = 6 is 1.887. Since 1.50 < 1.887, the value is not an outlier. For Dixon’s Q test, we use the sorted data and compute:
The critical Q value for n = 6 at α = 0.05 is 0.625. Again, since 0.279 < 0.625, we do not reject the value as an outlier. Both tests indicate that the value of 62.4 should be retained.
(c) If the 62.4% value is to be retained, we can estimate how large a value would need to be before it could be considered an outlier using both Grubbs’ and Dixon’s tests. For Grubbs’ test, solving for the threshold:
Thus, a value would need to exceed 63.7% to be rejected under Grubbs’ test. For Dixon’s test, solving for x:
So, under Dixon’s test, a value must exceed approximately 70.9% to be considered an outlier. Therefore, the thresholds for rejection using Grubbs’ and Dixon’s tests are 63.7% and 70.9%, respectively (both rounded to three significant figures).