Q: What is the goal of inferential statistics?
A: To make inferences about a population based on data from a sample.
Q: What is the goal of hypothesis testing?
A: To determine the likelihood that a sample statistic would be selected if the hypothesis about a population parameter were true.
Q: What is the null hypothesis (H0)?
A: A statement that there is no effect, no difference, or no relationship.
Q: What is the alternative hypothesis (H1)?
A: A statement that something other than the null hypothesis is true. This is often the research hypothesis.
Q: What is the overall strategy of hypothesis testing?
A: To try and reject the null hypothesis (H0) in order to support the alternative hypothesis (H1).
Q: What is the significance level (𝛼)?
A: A pre-determined threshold, typically set at 0.05 or 0.01, that defines the region of rejection for the null hypothesis.
Q: What is the population distribution?
A: The true distribution from which samples are drawn, which is usually unknown.
Q: What is the sample distribution?
A: The distribution of data collected from a sample.
Q: What is the sampling distribution?
A: The probability distribution of a sample statistic across repeated samples of the same size. It describes the sample-to-sample variability of the statistic.
Q: What is the Central Limit Theorem (CLT)?
A: For a large enough sample size (n), the sampling distribution of the mean is approximately normal, regardless of the population’s shape.
Q: What is the Standard Error (SE)?
A: The standard deviation of the sampling distribution. A smaller SE means less sampling variation and a more accurate estimate of the population mean (𝜇).
Q: What is a Type I error?
A: Rejecting the null hypothesis (H0) when it is actually true. The probability is equal to alpha (𝛼).
Q: What is a Type II error?
A: Not rejecting the null hypothesis (H0) when it is actually false. The probability is equal to beta (𝛽).
Q: What is Power?
A: The probability of correctly rejecting the null hypothesis (H0) when it is false. Power is equal to 1−𝛽.
Q: What factors increase statistical power?
A: An increase in effect size, alpha (𝛼), or sample size (n) will increase power.
Q: What is the difference between statistical significance and practical (clinical) significance?
A: Statistical significance determines if an effect is unlikely due to chance, while practical significance measures how large the effect is in the population.
Q: What are two common ways to measure effect size?
A: Mean difference (e.g., Cohen’s d) and variance explained (e.g., R2).
Q: What are the general guidelines for interpreting Cohen’s d?
A: Small effect is 0.2, medium is 0.5, and large is 0.8.
Q: When would you use a one-sample test?
A: When using a sample to infer whether a population parameter equals a specific value.
Q: When would you use an independent-samples t-test?
A: To compare the means from two independent groups.
Q: What are the key assumptions for an independent-samples t-test?
A: Independence of observations and homogeneity of variance.
Q: When would you use a dependent (paired) samples t-test?
A: When the two sets of scores are not independent, such as in repeated measures designs or matched-pair studies.