Describing Relationships

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/19

flashcard set

Earn XP

Description and Tags

Relation between explanatory/outcome (X-Y), how to summarise and visualise categorical-categorical, numeric-categorical and numeric-numeric relationships

Last updated 1:20 PM on 7/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What is a relationship?

Connection between 2 things which can be defined as a mapping between the elements of those 2 things (usually prefer to define these using a function) 

  • Typically have theories about relationships or predictions between variables → have importance (questions are built on this)

<p><span style="background-color: inherit; line-height: 20.7px; color: windowtext;">Connection between 2 things which can be defined as a mapping between the elements of those 2 things (usually prefer to define these using a function)</span><span style="line-height: 20.7px; color: windowtext;">&nbsp;</span></p><ul><li><p class="Paragraph SCXO51968783 BCX0" style="text-align: left;"><span style="background-color: inherit; line-height: 20.7px; color: windowtext;">Typically have theories about relationships or predictions between variables</span><span style="line-height: 20.7px; color: windowtext;">&nbsp;→ have importance (questions are built on this)</span></p></li></ul><p></p>
2
New cards

What is the dependent variable?

Thing we want to predict/understand (AKA outcome) → y

3
New cards

What is the independent variable?

Things we hypothesise influence the DV (AKA predictor, explanatory variable) → x

4
New cards

What are covariates?

Things will influence the outcome, but we may not have a hypothesis about (AKA nuisance variable) 

  • Usually controlled statistically or by designs to minimise effect

  • Also x

5
New cards

What is a model?

Representation of a system in a formal language → try to rep the important aspects of a system + ignore extraneous

6
New cards

What is a frequency table used to describe?

A single categorical variable?

7
New cards

What is a contingency table used to describe?

2 categorical variables → shows the frequency of one level within levels of the other 

8
New cards

What is the code for contingency tables?

knowt flashcard image
9
New cards

How can a contingency table be visualised?

As a mosaic plot

10
New cards

What is the code for mosaic plots?

knowt flashcard image
11
New cards

What do we typically look at when describing continuous-categorical pairs?

Grouped stats of the continuous variable at each level of the categorical variable

  • Mean 

  • Standard deviation 

  • Distribution shape

12
New cards

What is the code for calculating grouped summary statistics?

knowt flashcard image
13
New cards

What is the code for grouped histograms?

knowt flashcard image
14
New cards

When are scatterplots used and why?

When describing 2 continuous variables because we cannot compute summary stats of one at each level of the other (too many values)

15
New cards

What is the code for scatterplots?

knowt flashcard image
16
New cards

What is the code for understanding a scatterplot?

knowt flashcard image
17
New cards

What is covariance?

Numerical value representing the degree to which variables vary in the same way (concerns variation in 2 variables) → similar to variance but summed term is the combined deviance from the respective means of x + y

<p><span style="background-color: inherit; line-height: 20.7px; color: windowtext;">Numerical value representing <strong>the degree to which variables vary in the same way</strong></span><span style="line-height: 20.7px; color: windowtext;">&nbsp;(concerns variation in 2 variables) → </span><span style="background-color: inherit; line-height: 20.7px; color: windowtext;">similar to variance but summed term is the combined deviance from the respective means of x + y</span></p>
18
New cards

What is the code for calculating covariance?

knowt flashcard image
19
New cards

What is standardised covariance?

Correlation coefficient (not sensitive to measurement scale) 

20
New cards

Summary of visualisations of different relationships

knowt flashcard image