1. Suppose you are performing a 2-sample, independent sample t-test, and you use the 2-sided rejection points with α = 0.05. For which of the following situations would the actual α be highest when σ12=10, σ22=20?

    1. N1=20,N2=10
    2. N1=20,N2=20
    3. N1=30,N2=30
    4. N1=10,N2=20

    The error on a linear combination of means is:

    E cix_i = ci2σi2 n

    Error decreases with a increase in N, so the only real options are A and D, and for this example:

    NA1 σA12 + NA2 σA22 = 2010+1020 > 1010+2020 = ND1 σD12 + ND2 σD22
  2. The 2-sample independent sample t-test makes several statistical assumptions. Which of the following assumptions is most likely to cause severe problems if it is substantially violated?

    1. Independence of observations within group ✓
    2. Normally distributed populations
    3. Homogeneity of variances when sample sizes are equal
  3. Suppose you somehow knew that the population standard deviations are 10 in two populations, and that the population distributions are normal. You wish to test the null hypothesis that μ1-μ2=0 , using the 2-Sample Z-Test of the form:

    Z = X_1- X_2 1N+1N σ2 = N2 X_1- X_2 σ

    What minimum sample size N do you need for each group to insure that power is at least 0.95 if α = 0.05 and μ1-μ2=5.0 ?

    1. 104 ✓
    2. 121
    3. 115
    4. 101
    5. 116
    6. 106
    7. 112
    8. 100

    Power, in general is a function of several factors:

    • Φ(x) — which gives the percentage of a normal curve standard deviations above μ.
      • Φ(1.645) = 0.95
      • Φ(1.96) = 0.975
      • Φ(2.34) = 0.99
      • Φ(2.58) = 0.995
      • Φ(z) = 1 - Φ(-z)
      • Φ-1(α) = Φ-1(1 - α)
    • Es — the standardized error: Es = Δμσ
    • R — the rejection point, which is, in general: Φ-1(97.5%)

    The two sample z-test is of the form:

    Z = X_1- X_2 1N+1N σ2 = 2N Es

    The null hypothesis is accepted when:

    Z R = Φα2

    Power then is:

    1-β = Φ-1 n2Es-R

    The minimum sample size then is:

    n = 2 Φ-11-β +R Es 2 = 2 Φ-11-β +Φ-1α2 μ-μ0σ 2 = 2 Φ-10.95 +Φ-10.025 5.010 2 = 2 1.645+1.96 0.5 2 = 103.968 = 104
  4. You wish to test the null hypothesis that the population proportion p is less than or equal to .50, using the version of the Z-statistic that incorporates the null hypothesis in the denominator. You obtain a sample proportion of p^=0.65, based on a sample size of 100. In this case:

    Obtained Value of the Z-statisticthe null hypothesis is rejected
    2.7true
    2.4true
    3.14485false
    3.3true
    3.0true
    2.4false
    3.0false
    3.14485true
    Z = p^-a a1-a n = 0.65-0.5 0.51-0.5 100 = 0.15 0.2510 = 3

    So, unless the rejection point was greater than 3 (Φ(3) ≊ 99.87%), the hypothesis would be rejected. Another verification of this is to construct the 95% confidence interval:

    Assuming the distribution is reasonably normal, i.e.:

    • np > .5
    • n(1 - p) > .5

    Then the confidence interval is:

    p ± Φ-1α2 p1-p n 0.5 ± Φ-10.025 0.651-0.65 100 0.5 ± 1.960.227510 0.5 ± 0.09349
  5. You wish to perform a 2-sample matched sample t-test of equality of means on a group of N = 91 people who were all measured on 2 occasions. Unfortunately, you do not have the raw data, i.e., two columns of scores representing the repeated measurements. However, you do have the mean difference, X_1- X_2=10.0 . You also have the variances at time 1 and time 2, and the covariance between the two columns of numbers. These are s12=100 , s22=144 and s12=29.0 . Using your knowledge of linear combinations, use this information to compute the variance of the difference scores, sD2 , and then compute the matched sample t statistic. In this case, you obtain:

    T-Statistic ValueDegrees of FreedomCritical Value of the t Distribution with α = 0.05
    7.69408901.98667
    6.99462901.66196
    0.512871901.98667
    6.99462901.98667
    6.50581901.98667
    5.4893901.98667
    6.99462911.98638
    6.29516901.98667

    In general:

    σax+by2 = a2σx2 + b2σy2 + 2abσxy

    So:

    SD2 = S12+ S22- 2Sxy = 100+144-229 = 186

    The appropriate t-statistic then is:

    tn-1 = x1_- x2_ SD2n = Δx_ SD2n = 1018691 6.99462

    tn-1 =t90 has 90 degrees of freedom and a value that is looked up in a t-test table.

  6. You perform an experiment design to test whether a persuasive message can effectively change opinion on a political issue. You measure a group of people on two occasions, and use McNemar’s Z-test to assess the null hypothesis that p1 = p2, where p1 and p2 are the proportions of people who said "yes" to the pollster on the two occasions. The data are summarized in a 2 × 2 table, where n10 is the number of people who said "yes" at time 1 but "no" at time 2, n01 is the number of people who said "no" at time 1 and "yes" at time 2. Suppose we have n01 = 70 and n10 = 44. The absolute value of the Z-statistic is:

    1. 2.11271
    2. 22.3572
    3. 44.7145
    4. 2.19161
    5. 2.73002
    6. 2.67864
    7. 0.22807
    8. 2.43512 ✓
    Z = n10- n01 n10+ n01 = 44-70 44+70 -2.4351 Z 2.4351
  7. You observe a sample correlation of 0.46 based on a sample of N = 60.0 independent observations from a bivariate normal distribution. You test the hypothesis that ρ = 0 using the t-statistic. You calculate:

    Value of tDegrees of Freedom
    3.9454759
    4.3400159
    3.5509258
    4.6793258
    4.3400158
    3.9454758
    3.5943258
    3.9454760

    For H0: ρ = 0 there is a special form of the test:

    tn-2 = t58 = r 1-r2 n-2 = 0.46 1-.462 60-2 3.94547
  8. You test the hypothesis that ρ = 0.5 using the Fisher transform. The sample correlation you observe is r = 0.53. The sample size is N = 56. The Z-statistic value is:

    1. 0.31417
    2. 0.228247
    3. 0.561921
    4. 0.165573
    5. 0.297313 ✓
    6. 0.281050
    7. 0.442996
    8. 0.359748

    The Fisher transform is simply:

    φx = tanh-1x = 12 ln1+x1-x

    The z-statistic for H0: ρ = a can be computed using:

    Z = φr-φa 1n-3 = φ0.53-φ0.5 156-3 0.29731
  9. Suppose you have two independent groups of size N = 200. These groups represent random samples from two populations. If 62 people in group 1 and 149 people in group 2 can perform a behavior, construct a 95% confidence interval on p2 - p1, the population difference in the proportions of people who can perform the behavior. The endpoints of the interval are:

    1. 0.327913 ; 0.546562
    2. 0.279343 ; 0.593168
    3. 0.314036 ; 0.5667
    4. 0.324614 ; 0.545386
    5. 0.338117 ; 0.531883
    6. 0.334851 ; 0.551008
    7. 0.346924 ; 0.523076 ✓
    8. 0.346924 ; 0.537076

    The relevant proportions are:

    p1 = 62200 = 0.31 p2 = 149200 = 0.745

    The confidence interval then is:

    p2-p1 ± Φ-1α2 p11-p1 n + p21-p2 n .745-0.31 ± Φ-10.052 0.311-0.31200 + 0.7451-0.745200 .435 ± 1.960.2139200+0.189975200 0.088077
  10. Suppose you obtain random samples of N1 = 70 males and N2 = 51 females, and obtain a correlation r1 = 0.54 between two variables of for the male participants, and r2 = .40 for the famale participants. If you test the null hypothesis with the standard Z-statistic, what value should you obtain?

    1. 1.80411
    2. 0.902344
    3. 1.15502
    4. 1.42229
    5. 0.732814
    6. 1.00868
    7. 0.531593
    8. 0.954558 ✓
    Z = φr1- φr2 1n1-3+ 1n2-3 = φ0.54-φ0.4 170-3+ 151-3 0.954558
  11. Suppose you obtain a random samples of N = 74 individuals, and obtain a correlation r = 0.53 between two variables. Suppose you construct a 90% confidence interval for the population correlation. What are the endpoints of the confidence interval?

    1. 0.340001 ; 0.710460
    2. 0.362537 ; 0.690787
    3. 0.375609 ; 0.655769 ✓
    4. 0.300487 ; 0.918076
    5. 0.195316 ; 0.685213
    6. 0.357579 ; 0.685213
    7. 0.302440 ; 0.743642

    The confidence interval on φ(r) is:

    φr ± Φ-1α2 1n-3

    The confidince interval on r then is:

    φ-1 φr- Φ-1α2 1n-3 r φ-1 φr+ Φ-1α2 1n-3 0.375594 = φ-1 φ0.53- Φ-10.12 174-3 0.53 φ-1 φ0.53+ Φ-10.12 174-3 = 0.655779
  12. The standard F-test for comparing two variances for equality:

    1. is robust to non-normality
    2. is a one-tailed test
    3. has high power
    4. None of the above is correct ✓

  13. Suppose X has a χ82 distribution. What is the variance of X?

    1. 4
    2. 16 ✓
    3. 13
    4. 9

    For a chi-square distribution, χν2, with ν degrees of freedom:

    Eχν2 = ν Varχν2 = 2ν
  14. Suppose you take a sample of size 48, and observe a sample variance of 60. The endpoints for the 95% confidence interval on σ2 are:

    1. 41.5803 ; 94.1375 ✓
    2. 50.0 ; 70.0
    3. 42.4649 ; 96.1404
    4. 44.1916 ; 87.0141
    n-1S2 χn-12 1-α2 σ2 n-1S2 χn-12 α2

    The values for χ2 are looked up in a table.

  15. You obtain samples of size N1 = 30 and N2 = 40, and observe sample variances of 127 and 29. Test the null hypothesis H0: σ12=σ12 using the standard F statistic. The results are:

    Test Statistic ValueDegrees of Freedom - 1Degrees of Freedom - 2Null Hypothesis
    4.379312939not rejected
    4.379313040not rejected
    5.379313040not rejected
    4.379312939rejected
    4.379313040rejected
    3.379312939rejected
  16. When N = 12, and the sample is independent and random from a normal distribution with standard deviation 41.0, the sample standard deviation S has an expected value of 40.0889. We know that the expected value of S2 is σ2 , i.e., 1681.0. Using this information, and a well known formula for the variance of a random variable, the sampling variance of S is:

    1. 82.9683
    2. 59.1048
    3. 56.8884
    4. 73.8810 ✓
    5. 104.320
  17. Suppose you know the population variance, and it is σ2 = 182. You take 3 samples from the (normally distributed) populations, and all of them are of size N = 11. The sample means are 18.63, 21.82, and 33.27. Compute a chi-square statistic for testing the null hypothesis that all 3 populations have the same mean. The value of the statistic is:

    χ2Degrees of Freedom
    7.164272
    35.82133
    35.82132
    7.164273
    7.1642730
  18. Suppose you sample N = 43 independent observations from a normal distribution, and observe a sample variance of S2 = 220.2. You test the null hypothesis that σ2 = 100 with α =. 05.

    Observed Value of the χ2 StatisticDegrees of FreedomCritical Value of the Test Statistic
    94.68642.058.124
    92.48442.061.7768
    101.73242.061.7768
    92.48442.059.3035
    92.48443.061.7768
    184.96842.061.7768
  19. You have the following data from 3 groups:

    Group 1Group 2Group 3
    Mean113748
    Variance257287299
    Sample Size (N)181818

    You perform a 1-Way Analysis of variance. You obtain the following results:

    F-statisticDegrees of Freedom (numerator) Degrees of Freedom (denominator)Critical Value from the F distribution with α =. 05
    23.12462513.17880
    23.12462512.78623
    23.12463513.17880
    27.98072513.17880
    34.68682513.17880
    20.81213513.17880
    34.68683513.17880
    25.4372513.17880
  20. You observe the following results for 3 independent groups. You compute the 1-Way ANOVA for unequal N. The test is performed with α = .05.

    Group 1Group 2Group 3
    415
    11712
    7315
    39
    16
    SSbetweenSSwithin dfbetweendfwithin SSbetweenSSwithin FobservedFcritical
    139.383124.8672969.691713.87415.023164.25649
    139.383129.8672969.691713.87415.525474.25649
    135.383124.8672969.691713.87415.023164.25649
    139.383124.8672969.691713.87415.023165.71471
    139.383124.8672969.69178.919055.023164.25649
    139.383124.8672969.691713.87415.023168.02152
    139.383124.8672946.461113.87415.023164.25649
    139.383124.8672969.691713.87411.116264.25649
  21. Suppose statistic A has a χ2 distribution with 90 degrees of freedom, and statistic B has a χ2 distribution with 93 degrees of freedom. If A and B are independent, then what is the distribution of A/B?

    1. A χ2 with 183 degrees of freedom
    2. 8370 times an F90,93 distribution
    3. 3031 times an F93,90 distribution
    4. 3031 times an F90,93 distribution ✓
    5. 3130 times an F90,93 distribution