Describing Categorical Data

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

1/19

flashcard set

Earn XP

Description and Tags

Quantities used to describe the distributions of data, appropriate visualisation for the distribution of categorical data, methods to calculate the spread and central tendency for the distribution of categorical data

Last updated 11:39 AM on 5/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Table of data analysis

knowt flashcard image
2
New cards

What is frequency distribution?

Math function showing the number of instances in which a variable takes each of its possible values, a plot showing the number of instances of each value of a variable 

3
New cards

What are the fundamentals of plots?

  • Data 

  • Axes → have scales 

  • Geometric objects 

4
New cards

What plots are used to show frequency distributions of categorical variables?

Bar plots

5
New cards

What is the code for a bar plot?

Used to describe nominal + ordinal data

<p>Used to describe nominal + ordinal data</p>
6
New cards

What is central tendency?

Set of stats that describe the central point of frequency distributions (averages)

7
New cards

What is the central tendency for nominal data?

Mode

8
New cards

What is the central tendency for ordinal data?

  • Mode

  • Median

9
New cards

How is median calculated?

knowt flashcard image
10
New cards

What is the code for finding the median?

knowt flashcard image
11
New cards

What is dispersion/spread?

Set of stats that describe the variation in frequency distributions 

12
New cards

What is the variability of nominal data?

Relative frequency

13
New cards

What is the variability of ordinal data?

  • Range

  • IQR → difference between 25% + 75%

14
New cards

What are the quartiles for ordinal data?

  • The 1st/lower quartile is the first category for which the cumulative percentage is ≥ 25% 

  • The median is the first category for which the cumulative percentage is ≥ 50%  

  • The 3rd/upper quartile is the first category for which the cumulative percentage is 75% 

15
New cards

What is the code for calculating range?

knowt flashcard image
16
New cards

What is the code for calculating the IQR?

knowt flashcard image
17
New cards

What does a frequency table show?

  • Possible outcomes 

  • Count of the number of observations per outcome (can also be added as a %) 

18
New cards

What is the code for a frequency table?

knowt flashcard image
19
New cards

What is a multi-modal distribution?

Observing 2 or more values with equal frequency

20
New cards

What is the code for calculating cumulative percentage?

knowt flashcard image