unit 3

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:25 AM on 9/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

what are scatterplots used for

showing relationships between 2 quantitative variables measured for same individuals

2
New cards

describing scatterplots

  • direction (pos/neg)

  • form (linear vs non-linear; only non-linear if its SUPERRR obvious)

  • strength (weak, moderate, strong, perfect)

  • outliers and clusters

    • stacked points typically occur in controlled experiments


3
New cards

scatterplot description extra info

  • scaling affects how strength and form are perceived

  • form can be linear within clusters


4
New cards

explanatory variable

x-var; affects and causes changes in the response variable (explains response)

5
New cards

response variable

y-var; measures outcome of study

6
New cards

choosing x and y for scatterplots

explanatory used for x but can be swapped if end goal is just looking at relationships and not impact of one on the other

7
New cards

association

  • positive association: positive slope (high values correspond in both variables)

  • negative association: negative slope (high value corresponds to low value)

  • write contextual sentence: “as ___ increases/decreases, ____ TENDS to increase/decrease


8
New cards

NEVER EVER EVER FORGET

to use non-deterministic language when writing statements (e.g. tends, on average, predict)

9
New cards

r

  • correlation; measures direction and strength of LINEAR relationship between 2 quantitative vars

  • value between -1 and 1 with 1 indicating perfect linear relationship and the sign indicating positive or negative association

  • non resistant/strongly affected outliers


10
New cards

dont forget the following about r:

  • as r gets closer to 0 its a weaker lilnear relationship

  • unitless/doesn’t differentiate between explanatory and response variable

  • doesn’t describe curved relationships at ALL

  • doesn’t summarize data bc diff datasets can have exact same correlation and summary stats

  • essentially calculating average product of z-scores


11
New cards

regression

line that describes how response variable changes as explanatory changes

  • y hat = a + bx where y-hat is predicted value based on x


12
New cards

written statements for interpretating regression

  • equation: y hat is predicted ___ and x is ____

  • slope: for every 1 __ increase in [x-unit], WE PREDICT the [y-var] will change by [b]


13
New cards

extrapolation

using regression line for predicting things far outside interval of values of explanatory vars used to obtain line (usually very inaccurate)

14
New cards

strong association doesnt mean

strong extreme predictions

15
New cards

residuals

actual - predicted or y - y hat

  • write a sentence to contextualize that the actual is __ more than predicted

  • ideally, LSRL has residuals that add up to 0


16
New cards

LSRL (least squares regression line)

  • line that makes sum of the squared residuals as small as possible

  • calculated w/ linreg(ax+b); MUST be run before calculating residuals


17
New cards

residual plot

  • scatterplot of residuals against explanatory variables

  • used to figure out appropriateness of linear models; random scatter = linear model good


18
New cards

s

standard deviation/avg size of residuals; typical prediction error

  • statement: “when using the LSRL to predict the [y-var] from [x-car], our prediction will typically be off by ___”


19
New cards

r²

coefficient of determination; fraction of variation in y accounted for by the LSRL for y on x

  • statement: “About __% of variation in [y-var] is accounted for by a linear model relation [x-var] to [y-var]

  • r² can also be calculated by just using r and squaring it


20
New cards

only use graphs

they give you or tell you to make; don’t cite other things

21
New cards

regression output

  • explanatory variable is the one under “constant”; look at coeff column

  • don’t forget to switch r² value to a decimal and then take the positive and negative square root (determine sign from association or slope)


22
New cards

3 ways to calculate lsrl

  • from regression output

  • linreg(ax + b)

  • standard deviations and means


23
New cards

calculating lsrl from standard deviations and mean

  • y = b + mx

  • m = r(Sy / Sx)

  • y = y bar - m (x bar)

    • where bar indicates the mean


24
New cards

correlation and LSRL are

susceptible to outliers

25
New cards

outliers are influential if

  • removing it would change the calculation

    • outliers in x-direction more influential than outliers in y-direction (outliers in y typically just shift line up or down a little instead of rotating the whole line and changing the slope)

  • imagine removing it and seeing how it strengthens/weakens/follows the general pattern


26
New cards

how do you determine if the LSRL is a good model

  • look at s-value and r² to see how well it fits data


27
New cards

contextualizing LSRL

“of all the lines that summarize relationships between [x-var] and [y-var], the LSRL is the one w/ the smallest sum of squared residuals

28
New cards

dont assume linearity

w/o looking at the scatterplot or residual plot

29
New cards

AND THE IN-GENERAL NEVER FORGET FOR STATS

units :(

30
New cards

correlation doesn’t mean

causation

31
New cards

eyeballing correlation guidelines

0.9 = strong; clear, narrow, linear pattern w/ minimal spread

0.7 = moderate; clear trend obvious but noticeable scatter

0.4 = weak; vague upward/downward tilt but points make wider cloud shape

0 = completely random; diffuse circle or nonlinear curve

  • watch for outliers and curves (correlation measures strength of LINEAR relationships)