Solutions to review questions
Review 1
Please see solutions in bold.
- Suppose \(\overline{x} = 10\) for a negatively skewed distribution. What could be the median and mode of this distribution?
- median = 11 and mode = 12
- median = 12 and mode = 11
- Suppose you created a z-score distribution from a given sample. What is the mean of this distribution?
- 1
- 0
- There is not enough information to calculate the mean.
- The p-value equals:
- \(\alpha\)
- The significance level
- 0.05
- What is the percentile of a z-score \(z= 1.18\)
- 45%
- 17%
- 88%
- Using the z-table, find the values of z:
- That is just above 97.5% of all values in the distribution. z = 1.96
- That is just above 99.5% of all values in the distribution. z = 2.575
- Using the t-table, find the value of t for:
- Two-tail, \(\alpha=0.05\) (n=31), t = 2.042
- One-tail, \(\alpha=0.05\) (n=31), t = 1.697
- Two-tail, \(\alpha=0.01\) (n=31), t = 2.750
- One-tail, \(\alpha=0.01\) (n=31), t = 2.457
- Compared to a 95% confidence interval, a 99% confidence interval:
- Is more precise
- Is more accurate
- If \(p = 0.03\)
- We reject the null when \(\alpha = 0.05\)
- We reject the null when \(\alpha = 0.01\)
- We never reject the null
- As the absolute value of \(t_{calculated}\) increases, we are:
- More likely to reject the null
- Less likely to reject the null
- Given a 95% mean difference CI = (-0.12;1.2), do we reject the null that the population mean = 15 (assuming \(\alpha = 0.05)\)?
- No (Note: because 0 falls within our CI)
- Yes
- As sample size increases a 95% CI becomes:
- Narrower, more precise
- Less accurate
Extra questions
Consider the following sample: 1, 2, 7, 3.5, 0.5, 2, 2, 8, 3, 7.
- Calculate the mean, median and mode for the sample.
- Mean = 3.6
- Median = 2.5
- Mode = 2.
- Calculate standard deviation, variance and standard error.
- SD = 2.72
- Variance = 7.43
- SE = 0.86.
- Calculate the z-scores for the values 1 and 2 in the sample (in other words, for x=1 and x=2).
- Z (for x = 1) = -0.95
- z (for x = 2) = -0.587.
- Calculate the 95% and 99% CIs for this sample.
Using z = 2 for the 95% CI and z = 3 for the 99% CI:
- The 95% CI = (1.88; 5.32)
- The 99% CI = (1.02; 6.18)
- Test the hypothesis that the mean of the population from which this sample was drawn is 5. Interpret your results.
- \(t_{critical} = 2.262\)
- \(t_{calculated}= 1.64\) (absolute value).
- Because the \(t_{calculated}\) is lower than the \(t_{critical}\), we fail to reject the null.
Review 2
Open the “school_data.sav”.
Choose the appropriate test for the following questions:
Hint: Look carefully at the variable labels in your data. Note if the variable is continuous or categorical.
- Did schools improve their average scores between 1999 and 2000?
- T-test (paired sample)
- Does average class size influences average achievement in the year 2000?
- Simple linear regression
- Is tshere a relationship between percentage of parents who have completed HS and achievement in a given school?
- Pearson’s correlation
- Is there a relationship between percentage of free meals in a given school and whether the school has summer classes?
- Chi-square test for independence
- Do California schools with summer classes (year round schools) have higher average achievement?
- T-test (independent sample) or one-way ANOVA
- Is the mean achievement for the schools in the sample a good representative of the mean achievement for all California elementary schools?
- T-test (one-sample)
- Suppose percentage of free meals are associated with achievement. Does the existence of summer courses in a school influences this relationship?
- Two-way ANOVA
- Is average student achievement different between schools with different percentage of free meals?
- One-way ANOVA