ENVS 203 Week 3

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

1/16

flashcard set

Earn XP

Description and Tags

Last updated 9:13 PM on 2/12/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards
scatterplot (numeric, 2 variables)
primary tool for examining 2 variable relationships when both variables are numerical
2
New cards
how to describe scatterplots
trend, strength, shape
3
New cards
scatterplot trend
positive or negative associations
4
New cards
positive associations
increasing trends
5
New cards
negative associations
decreasing trends
6
New cards
scatterplot strength
weak association (more spread) or strong association (less spread or little vertical variation)
7
New cards
scatterplot shape
linear or nonlinear
8
New cards
correlation coefficient (r)
a number that measures the strength of the linear association between 2 numerical variables

always between [-1, 1]

correlation does NOT mean causation

only for LINEAR associations

ALWAYS make a graph of the data to see if it's linear
9
New cards
positive r
indicates a scatterplot with a positive trend
10
New cards
negative r
indicates a scatterplot with a negative trend
11
New cards
if r is close to -1 or 1
strong association
12
New cards
if r is close to 0
weak association
13
New cards
regression analysis
estimating the relationship between a dependent variable and one or more independent variables

we will use a model of the data and interpret that

be aware of OUTLIERS
14
New cards
model
a representation of observed data

will consist of an equation and a set of conditions
15
New cards
regression line
a tool for making predictions about future observed values

the line that comes closest to most of the points

y \= a + bx

a \= intercept
b \= slope/coefficient
16
New cards
least squares principle
how we find the line that is closest to most of the points

the difference between your observation and calculation based on the line function will be the smallest
17
New cards
coefficient of determination
the correlation coefficient squared

in the range of [0,1]

measures how much of the variation in the response variable is explained by the explanatory variable