Chapter 2 - Displaying Data

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

Survivorship Bias

Incomplete information due to removing "failures" from analysis -> look at groups that do what you want them to

2
New cards

Familiarity/Recall Bias

We overemphasize information we are familiar with

3
New cards

Gambler's Fallacy

An erroneous belief that probabilities "change"

Ex. even if a coin flips and is heads 10 times in a row, the next flip still has the same chance of being 50% heads or tails

4
New cards

Base Rate Fallacy

Focusing on individual cases to the detriment of the whole

Ex. one person got sick from covid, so someone only focuses on that, even though there is a higher rate of people who did not get sick

5
New cards

Levels of Measurement

Qualitative and Quantitative

6
New cards

Qualitative Levels of Measurement

Nominal and ordinal -> descriptors, categorical, generally described with words

7
New cards

Quantitative Levels of Measurement

Interval, ratio, and ordinal -> numeric things we can do math with, "true numbers"

8
New cards

Nominal Data

-Name -> ex. brown hair, blue eyes

-Can't order in a meaningful way

<p>-Name -&gt; ex. brown hair, blue eyes</p><p>-Can't order in a meaningful way</p>
9
New cards

Ordinal Data

-Ordered/ranked -> doesn't need to be regular or clearly defined, can be numbers

-Can be ordered in some way, ex. women's clothing sizes, grades, and year in college

<p>-Ordered/ranked -&gt; doesn't need to be regular or clearly defined, can be numbers</p><p>-Can be ordered in some way, ex. women's clothing sizes, grades, and year in college</p>
10
New cards

Interval Data

Measured variable has regular intervals and no true zero -> ex. ruler, temperature

<p>Measured variable has regular intervals and no true zero -&gt; ex. ruler, temperature</p>
11
New cards

Ratio Data

Has a true zero -> nothing can go below -> ex. mass, age, Kelvin

<p>Has a true zero -&gt; nothing can go below -&gt; ex. mass, age, Kelvin</p>
12
New cards

How can we name or group things?

Nominal or qualitative data

13
New cards

How can we order or rank things?

Ordinal or ranked data

14
New cards

How can we put things on a logically spaced scale?

Interval data (no true zero)

Ratio data (true zero)

SPSS calls both of these "scale"

15
New cards

Can data be demoted or promoted?

Data can almost always be demoted, but it can never be promoted

nominal/qualitiative <- ordinal/ranked <- interval/ratio/quantitative

16
New cards

Frequency Data

How often a thing is observed

17
New cards

Frequency Data Measures

Sample, sample size, datum, frequency/count

18
New cards

Sample

The group of observations

19
New cards

Sample Size

n -> the number of observations

20
New cards

Datum

x -> one data point/occurrence (singular of data)

21
New cards

Frequency/Count

f -> the number of occurrences of same category

22
New cards

Bar Graph Styles

Cluster, stacked bar, pie

23
New cards

Cluster Graph

Subgroups -> a graph with dots not connected by lines in no specific order

<p>Subgroups -&gt; a graph with dots not connected by lines in no specific order</p>
24
New cards

Stacked Bar Graph

A bar graph that compares the same categories for different groups and shows category totals

<p>A bar graph that compares the same categories for different groups and shows category totals</p>
25
New cards

Pie Graph

A graph that highlights segments of a circle to show simple distribution patterns

<p>A graph that highlights segments of a circle to show simple distribution patterns</p>
26
New cards

Rules and Guidelines for Visual Data

-Axes should be labeled with units

-The lower end of the frequency scale should be set to 0, or indicated as broken with crossover lines

-Width of the bars should be regular

-The scales of the X and Y axis should be roughly similar

-Bars should touch for continuous data, and should be separate for categorical

-Y axis generally should increase up; X axis should generally increase right

27
New cards

What are bar and pie graphs good for?

Categories, counts, ordinal data

28
New cards

Binning Data

When it is impossible or impractical to have a category for every value in a data set, we bin (or group) the data into categories (bins), each covering a range of possible data values

Scalar -> Ordinal Data

-Taking individual data and grouping them into ranges

-Can always denote data, but never promote it

29
New cards

Histogram

-Displays frequency data

-Bars touching/contiguous (implies continuous distribution)

-X axis from left to right

-Y axis ascends from bottom to top (should index at 0)

-Bins should be uniform size, ~10 is good

<p>-Displays frequency data</p><p>-Bars touching/contiguous (implies continuous distribution)</p><p>-X axis from left to right</p><p>-Y axis ascends from bottom to top (should index at 0)</p><p>-Bins should be uniform size, ~10 is good</p>