Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

This week in a line: no new material — this is your Chapters 6–7 review, the comprehensive final-exam study guide, and the course wrap-up.

Fifteen weeks ago you met a claim — “coffee drinkers live longer,” “the shelter’s most playful cats get adopted fastest” — and learned to ask how do they know that? before you believed it. Since then you’ve built, one week at a time, an entire toolkit for answering that question with data instead of guessing. You classified variables and studies (Ch 1), learned to summarize a batch of numbers or categories honestly (Ch 2), reasoned about chance with probability and expected value (Ch 3), met the Normal curve and learned to compute exact areas and percentiles under it (Ch 4), and then spent the second half of the semester on the two ideas that connect the whole course: a confidence interval estimates an unknown population value, and a hypothesis test checks whether a specific claimed value is believable, once you account for ordinary sampling variability (Ch 5). The last two chapters put that logic to work on the two most common real-world questions — what percent...? (Ch 6, one proportion) and what’s the average...? (Ch 7, one mean). This week does three things: it finishes reinforcing Chapter 7 (last week’s holiday-shortened session moved fast, so this is your second look before Quiz 7), it gives you a Chapters 6–7 review checklist, and it hands you a complete study plan for the comprehensive final. There is no new content this week — every idea below is one you have already met.

1The arc of the semester, in seven steps

If you can say what each line below means and give one example of your own, you have the whole course in your hands:

  1. Data & study design (Ch 1) — where the numbers came from, and whether the design supports a cause-and-effect claim.

  2. Summarizing data (Ch 2) — turning a messy list of numbers or categories into a handful of trustworthy numbers and honest graphs.

  3. Probability (Ch 3, §3.1) — the rules for combining chances (complement, addition, multiplication) and what “independent” means.

  4. Random variables & the Normal curve (Ch 3, §3.4–3.5 → Ch 4) — expected value and spread of a chance process, and exact areas/percentiles under a bell curve.

  5. Sampling distributions, CIs, and testing logic (Ch 5) — why a sample statistic wobbles from sample to sample, and the two general tools (interval, test) built on that fact.

  6. Inference for one proportion (Ch 6) — the tools of step 5, made concrete for a percentage question.

  7. Inference for one mean (Ch 7) — the same tools, made concrete for an average question.

Every later step uses the machinery of the steps before it — nothing in this course is a free-standing fact you memorized in isolation. That’s also why the final is comprehensive: a one-mean test (step 7) only makes sense if you still remember what a p-value is (step 5) and why standard deviation matters (step 2).

2Review checklist: Chapter 6 — Inference for One Proportion (Week 13)

3Review checklist: Chapter 7 — Inference for One Mean (Week 14–15)

4The comprehensive final: a Chapter 1–7 checklist

The final is cumulative — every chapter you’ve studied gets at least one question, plus at least one item that asks you to choose the right procedure with no chapter label attached. Work through this list chapter by chapter; if a bullet feels shaky, that chapter’s weekly unit has the full worked example.

4.1Chapter 1 — Data & Study Design

Variable types (numerical: discrete/continuous; categorical: nominal/ordinal) · population vs. sample, parameter vs. statistic · sampling methods and sources of bias · observational study vs. experiment, and why only randomization supports a cause-and-effect claim (confounding). (The full worked version of this checklist is in Week 7’s review.)

4.2Chapter 2 — Summarizing Data

Mean, median, mode, standard deviation ss, five-number summary, IQR, the 1.5·IQR outlier rule · shape (symmetric / skewed / modality) and why skew pulls the mean away from the median · frequency/relative-frequency tables and honest (zero-based) bar charts · two-way tables and the difference between a marginal, joint, and conditional proportion. (Full worked version also in Week 7’s review.)

4.3Chapter 3 — Probability, Random Variables & the Normal Curve

Sample space and probability as long-run relative frequency · complement rule P(Ac)=1−P(A)P(A^c)=1-P(A) · addition rule (general and disjoint) · multiplication rule for independent events · a discrete random variable’s distribution (probabilities sum to 1) · expected value E(X)=∑xP(x)E(X)=\sum x P(x) · SD(X)=∑(x−μ)2P(x)SD(X)=\sqrt{\sum (x-\mu)^2 P(x)} · continuous variables: probability = area under a density curve · features of the Normal curve · z-scores z=(x−μ)/σz=(x-\mu)/\sigma · the 68–95–99.7 empirical rule.

4.4Chapter 4 — Working with the Normal Model

Finding an exact proportion below/above/between given values (normalcdf/xpnorm) · finding the value at a given percentile (invNorm/xqnorm) · judging whether the Normal model is even appropriate for a given variable (and saying so when it isn’t — that’s a graded skill, not an afterthought).

4.5Chapter 5 — Sampling Distributions, Confidence Intervals & Testing Logic

Point estimate (p^\hat p, xˉ\bar x) vs. population parameter (pp, μ\mu) · why a statistic varies from sample to sample (sampling variability) · standard error, SEp^=p(1−p)/nSE_{\hat p}=\sqrt{p(1-p)/n} and SExˉ=s/nSE_{\bar x}=s/\sqrt n · the Central Limit Theorem, in plain words · a confidence interval’s correct interpretation (a range of plausible values for the parameter at a stated confidence level — not “there’s a 95% probability the parameter is in this particular interval”) · H0H_0/HAH_A, p-value, α\alpha, and the reject/fail-to-reject decision · Type I error (rejecting a true H0H_0) vs. Type II error (failing to reject a false H0H_0), and the real-world cost of each · statistical significance vs. practical importance.

4.6Chapter 6 — Inference for One Proportion

See the checklist above — success–failure condition, p^±z∗SEp^\hat p \pm z^*SE_{\hat p} for an interval, z=(p^−p0)/SEp0z=(\hat p - p_0)/SE_{p_0} for a test.

4.7Chapter 7 — Inference for One Mean

See the checklist above — large/near-normal-sample condition, xˉ±t∗(s/n)\bar x \pm t^* (s/\sqrt n) for an interval, t=(xˉ−μ0)/(s/n)t=(\bar x - \mu_0)/(s/\sqrt n), df=n−1df=n-1, for a test.

5Which procedure do I use? A decision guide

This course only ever studies one group at a time — you will never be asked to compare two proportions or two means (that’s Ch 6.2–7.5, outside this course). That simplifies the final’s “which tool?” question to a short chain:

Figure 1. A two-stage decision-flow diagram: first the outcome type (categorical vs. numerical) sets proportion vs. mean, then the verb (estimate vs. test the claim) sets confidence interval vs. hypothesis test.

A two-stage decision-flow diagram. A top box asks, what kind of outcome does the question describe? Two arrows lead to categorical outcome, a percent or a count, which points to proportion; and numerical outcome, an average or measurement, which points to mean. Each of those splits again into estimate, leading to a confidence interval, and test the claim, leading to a hypothesis test, giving four leaves: proportion CI (Chapter 6), proportion z-test (Chapter 6), mean CI (Chapter 7), and mean t-test (Chapter 7).
  1. Is the question about how the data were collected, or about a cause-and-effect claim? → Chapter 1 vocabulary (population/sample, observational study/experiment, confounding). No calculation needed.

  2. Does the question just ask you to describe or graph a dataset — no unknown population value is being estimated? → Chapter 2 (numerical or categorical summary).

  3. Does the question hand you probabilities directly, or a full probability distribution, and ask you to combine them or find an expected value? → Chapter 3 (probability rules, E(X)E(X), SD(X)SD(X)).

  4. Does the question say a variable “is approximately Normal” and ask for an area or a percentile — with no sample statistic being used to estimate an unknown parameter? → Chapter 4 (normalcdf/invNorm, xpnorm/xqnorm).

  5. Is the question about the standard error, the sampling distribution itself, or testing vocabulary (Type I/II error, what a p-value measures) rather than a full computed answer? → Chapter 5.

  6. Does the question give you a sample proportion or count (a “percent who...” / “yes-or-no” outcome) and ask you to estimate or test a population proportion? → Chapter 6. Categorical outcome → proportion.

  7. Does the question give you a sample mean (an “average...” / a numerical measurement) and ask you to estimate or test a population mean? → Chapter 7. Numerical outcome → mean.

Once you’re in step 6 or 7, one more fork decides interval vs. test — watch the verb:

If the question says...You need a...
“estimate,” “construct a range for,” “how confident can we be,” “what interval...”Confidence interval
“test the claim,” “is there evidence that,” “has changed,” “differs from,” “is greater/less than a stated value,” “at the α=…\alpha=\dots level”Hypothesis test

6Mixed exam-style worked examples

Cover each solution with a sheet of paper, work the problem yourself, then check your steps. Every number below was computed in R (mosaic/BSDA, R 4.5.2, set.seed(1209)), so you can trust it to the decimal place.

7What belongs on your two formula sheets

Your two 8.5″×11″ sheets (front and back each) may hold formulas, symbols, and short notes — no worked examples. Handwriting this table yourself, rather than printing it, is real review: it forces you to notice which formulas you already have memorized.

ConceptFormulaSymbols
Sample mean / SDxˉ=∑xin\bar x=\dfrac{\sum x_i}{n},   s=∑(xi−xˉ)2n−1\;s=\sqrt{\dfrac{\sum(x_i-\bar x)^2}{n-1}}nn = sample size
IQR / outlier fencesIQR=Q3−Q1IQR=Q_3-Q_1; fences Q1−1.5 IQRQ_1-1.5\,IQR, Q3+1.5 IQRQ_3+1.5\,IQRQ1,Q3Q_1,Q_3 = quartiles
Complement / addition / multiplicationP(Ac)=1−P(A)P(A^c)=1-P(A); P(A or B)=P(A)+P(B)−P(A and B)P(A\text{ or }B)=P(A)+P(B)-P(A\text{ and }B); P(A and B)=P(A)P(B)P(A\text{ and }B)=P(A)P(B) if independent—
Expected value / SD of a r.v.E(X)=∑xP(x)E(X)=\sum xP(x); SD(X)=∑(x−μ)2P(x)SD(X)=\sqrt{\sum(x-\mu)^2P(x)}μ=E(X)\mu=E(X)
z-score / empirical rulez=x−μσz=\dfrac{x-\mu}{\sigma}; 68–95–99.7 within 1/2/3 σ\sigmaμ,σ\mu,\sigma = population mean, SD
Standard errorsSEp^=p(1−p)nSE_{\hat p}=\sqrt{\dfrac{p(1-p)}{n}}; SExˉ=snSE_{\bar x}=\dfrac{s}{\sqrt n}—
General CIpoint estimate ± (critical value)×SE\times SE—
One-proportion CI / testp^±z∗SEp^\hat p \pm z^*SE_{\hat p} (SE uses p^\hat p); z=p^−p0p0(1−p0)/nz=\dfrac{\hat p - p_0}{\sqrt{p_0(1-p_0)/n}} (SE uses p0p_0)p0p_0 = claimed proportion
One-mean CI / testxˉ±t∗sn\bar x \pm t^*\dfrac{s}{\sqrt n}; t=xˉ−μ0s/nt=\dfrac{\bar x-\mu_0}{s/\sqrt n}, df=n−1df=n-1μ0\mu_0 = claimed mean

Symbol legend (memorize; don’t waste sheet space): μ\mu vs. xˉ\bar x; σ\sigma vs. ss; pp vs. p^\hat p; nn; H0H_0/HAH_A; α\alpha; p0p_0/μ0\mu_0 (the claimed value under a test).

8Check your understanding

Brief answers follow so you can self-check; no full step-by-step solutions are given here on purpose — if yours doesn’t match, redo the matching worked example above before the final.

  1. In Example 1, if the shelter instead just compared cats whose foster families happened to arrange their own informal meet & greets against those that didn’t, what kind of study would that be, and why would it weaken the cause-and-effect claim? (Observational; a confounding variable like the cat’s own temperament could explain both the informal meet & greet and the faster adoption.)

  2. In Example 2’s coffee-wait data, which single value, if removed, would pull the mean closest to the median — and why does the median barely move when you remove it? (The 12-minute outlier; the median depends only on the middle-ranked values, so one extreme value at either end has almost no effect on it.)

  3. Is “35.0% of all 200 customers ordered by app and got an iced drink” (Example 2) a marginal, joint, or conditional proportion? (Joint.)

  4. In Example 3, if species and one-week adoption were not independent, could you still use P(cat)×P(adopted≤1wk)P(\text{cat})\times P(\text{adopted}\le1wk) to find P(cat and adopted≤1wk)P(\text{cat and adopted}\le1wk)? (No — the multiplication rule in that simple form requires independence; without it you’d need the actual joint probability from data.)

  5. In Example 4, would a battery life of 9.5 hours correspond to a positive or a negative z-score, and roughly how many SDs from the mean is it? (Negative; z=(9.5−11)/1.5≈−1z=(9.5-11)/1.5 \approx -1, about 1 SD below the mean.)

  6. In Example 5, if the paper’s new sample had instead found x=105x=105 out of n=200n=200 (52.5%), would you expect the p-value to be larger or smaller than 0.0448? Why, without recomputing? (p^\hat p closer to p0=0.50p_0=0.50 means a smaller gap to explain away, so the p-value would be larger — less evidence against H0H_0.)

  7. In Example 6 Part A, is “the true 30-day adoption rate” a parameter or a statistic? Is 0.580 a parameter or a statistic? (The true rate is the parameter pp, unknown; 0.580 is the sample statistic p^\hat p.)

  8. A campus survey question reads: “Estimate the average number of hours per week CSUB students spend on campus.” Interval or test — and proportion or mean? (Confidence interval, because the word is “estimate”; mean, because “average...hours” is a numerical outcome — this is a Chapter 7 confidence-interval question.)

9Key terms

10A closing note

You started this course being asked to trust — or doubt — a claim about coffee, sleep, or shelter cats. You now have a reason for every doubt and a method for every trust: a study design to critique, a graph to build honestly, a probability rule to apply, a Normal curve to shade, a standard error to compute, and — for the two most common real questions a workplace or a newsroom ever asks, what percent...? and what’s the average...? — a confidence interval and a hypothesis test you can build and defend from scratch. That is not a small thing. Whatever you do after this semester — nursing, business, criminal justice, education, something you haven’t decided yet — you will meet a percentage, an average, or a claim dressed up as a fact, and you will be one of the people in the room who knows how to ask whether it holds up. Good luck on the final. You’ve already done the hard part.