By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Computer output is how real statisticians report regression and t-test results. On the AP exam, you’ll be given tables or calculator screens showing standard error of the slope (SEb), t-ratio, and p-value for a linear regression or t-test. Your job is to interpret these values in context, check conditions, and make conclusions (e.g., "Does a new study method improve test scores?" or "Is there a linear relationship between ice cream sales and temperature?"). Mastering this skill lets you tackle FRQs efficiently and avoid losing points on misinterpretations.
Test statistic: t = (b – β₀) / SEb, where:
SEb (Standard Error of the Slope): Measures the variability of the sample slope b from the true slope β. Smaller SEb → more precise estimate.
t-ratio (t-statistic): The number of standard errors b is from β₀. Use tcdf(lower, upper, df) on TI-84 to find the p-value.
tcdf(lower, upper, df)
p-value (for slope): Probability of observing a slope as extreme as b if H₀ (β = 0) is true. Small p-value (≤ α) → reject H₀.
Degrees of Freedom (df) for regression: df = n – 2 (for simple linear regression with 1 predictor).
Confidence Interval for β: b ± t × SEb, where t is the critical value from invT(area, df) (e.g., invT(0.975, df) for 95% CI).
invT(area, df)
invT(0.975, df)
LINER Conditions (for regression inference):
Random: Data comes from a random sample/experiment.
TI-84 Commands:
LinRegTTest
For a regression FRQ (e.g., "Is there a linear relationship between X and Y?"):1. State Hypotheses: - H₀: β = 0 (no linear relationship) - Hₐ: β ≠ 0 (linear relationship exists) Write in context! (e.g., "H₀: There is no linear relationship between ice cream sales and temperature.")
Verify independence (10% condition) and randomness.
Extract Values from Output:
Example output: Coef SE Coef T P 2.5 0.8 3.125 0.004 Here, b = 2.5, SEb = 0.8, t = 3.125, p = 0.004.
Coef SE Coef T P 2.5 0.8 3.125 0.004
Compute Test Statistic (if not given):
t = (b – 0) / SEb = 2.5 / 0.8 = 3.125.
Find p-value:
tcdf(3.125, 1E99, df)
Compare to α (usually 0.05).
Make Conclusion in Context:
Mistake: Misinterpreting SEb as the slope. Correction: SEb is the standard error of the slope, not the slope itself. The slope is b (from the "Coef" column).
Mistake: Forgetting to check LINER conditions. Correction: Always verify conditions before making conclusions. The AP exam will deduct points if you skip this.
Mistake: Using z instead of t for regression. Correction: Regression inference uses t-tests (not z-tests) because we estimate σ with s (standard deviation of residuals).
Mistake: Confusing p-value for slope with p-value for intercept. Correction: Focus on the p-value for the slope (usually the second row in output). The intercept’s p-value is rarely tested.
Mistake: Ignoring units in interpretations. Correction: Always include units! (e.g., "For each additional degree of temperature, ice cream sales increase by 2.5 thousand cones.")
Tricky Distinction: The p-value tests whether the slope is 0, not whether the correlation is strong. A small p-value means the relationship is statistically significant, but r (correlation) measures strength/direction.
Common FRQ Setup:
Example: "Construct a 95% CI for the slope and interpret it in context."
Calculator Pitfall: LinRegTTest on TI-84 gives two-tailed p-values by default. If the FRQ asks for a one-tailed test, divide the p-value by 2.
AP Loves Residual Plots: Be ready to sketch or interpret residual plots to check LINER conditions.
Multiple Choice: A regression output shows: Coef SE Coef T P 1.2 0.3 4.0 0.001 What is the correct interpretation of the p-value? A) The probability that the slope is 0. B) The probability of observing a slope of 1.2 or more extreme if the true slope is 0. C) The probability that the sample slope is correct. Answer: B. The p-value is the probability of observing a slope as extreme as 1.2 if H₀ (β = 0) is true.
Coef SE Coef T P 1.2 0.3 4.0 0.001
FRQ Part: A study reports a slope of 0.5 with SEb = 0.1 and n = 30. Construct a 95% confidence interval for the slope. Answer:
invT(0.975, 28)
tcdf
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.