Statistics · real student question

A sample of N = 8 scores has sum X = 48 and sum X^2 = 351. Test the scores against a hypothesised mean of 2.00: find the t value, decide whether to reject the null hypothesis, and compute the effect size.

Question

A sample of N=8N=8 scores has

X=48,X2=351\sum X=48,\qquad \sum X^{2}=351

Test the scores against μ0=2.00\mu_0=2.00 with a two-tailed one-sample tt test. Report the tt value, the decision about the null hypothesis, and the effect size index.

Step-by-step solution

  1. Get the sample mean straight from the sum.

    Xˉ=XN=488=6\bar X=\frac{\sum X}{N}=\frac{48}{8}=6

    Raw data are never needed for a tt test — NN, X\sum X and X2\sum X^{2} carry all the information the test uses.

  2. Use the computational formula for the sum of squares. The definition (XXˉ)2\sum(X-\bar X)^2 would require the individual scores, but the algebraically identical form does not:

    SS=X2(X)2N=3514828=351288=63SS=\sum X^{2}-\frac{\left(\sum X\right)^{2}}{N}=351-\frac{48^{2}}{8}=351-288=63

    s2=SSN1=637=9s=3s^{2}=\frac{SS}{N-1}=\frac{63}{7}=9\qquad\Longrightarrow\qquad s=3

    Dividing by N1N-1 rather than NN is what makes s2s^2 an unbiased estimate of the population variance, and it is also what sets the degrees of freedom at 77.

  3. Convert the sample standard deviation into a standard error. The test statistic compares the mean to μ0\mu_0 in units of how much a sample mean would bounce around:

    SE=sN=38=32.8284=1.0607SE=\frac{s}{\sqrt N}=\frac{3}{\sqrt 8}=\frac{3}{2.8284}=1.0607

  4. Compute the tt statistic.

    t=Xˉμ0SE=621.0607=3.771(df=N1=7)t=\frac{\bar X-\mu_0}{SE}=\frac{6-2}{1.0607}=3.771\qquad(df=N-1=7)

    If your multiple-choice list does not contain a value near 3.773.77, the correct response is "none of the alternatives" — do not round your way onto a neighbouring option.

  5. Compare with the critical values on 7 degrees of freedom. Two-tailed critical values are

    t.05=2.365,t.01=3.499,t.001=5.408t_{.05}=2.365,\qquad t_{.01}=3.499,\qquad t_{.001}=5.408

    Since 3.7713.771 exceeds 2.3652.365 and 3.4993.499 but not 5.4085.408, the null hypothesis is rejected at the .05 and .01 levels, but not at .001. The exact two-tailed pp value is 0.00700.0070, which sits between .01.01 and .001.001 exactly as that comparison predicts.

  6. Report the effect size, which significance alone does not give. For a one-sample test, Cohen's dd measures the distance in standard-deviation units:

    d=Xˉμ0s=623=1.33d=\frac{\bar X-\mu_0}{s}=\frac{6-2}{3}=1.33

    By the usual benchmarks (0.20.2 small, 0.50.5 medium, 0.80.8 large) this is a large effect. Note that dd uses ss, not SESE — dividing by 1.06071.0607 instead of 33 would just reproduce the tt value.

Answer

t=3.77 (df=7), reject H0 at .05 and .01, d=1.33t=3.77\ (df=7),\ \text{reject } H_0 \text{ at } .05 \text{ and } .01,\ d=1.33

Need to solve a different problem like this? Open the solver →