Stats

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 39

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

40 Terms

1

Statistics

The science of collecting, organizing, and interpreting data.

New cards
2

Individuals

The objects on which data are collected (e.g., students, states, hospitals).

New cards
3

Variables

Characteristics recorded about individuals.

New cards
4

Quantitative Variables

Numeric values with meaningful operations (e.g., height, weight).

New cards
5

Categorical Variables

Groups or categories (e.g., gender, college type).

New cards
6

Identifier Variables

Unique values assigned to individuals (e.g., ID numbers).

New cards
7

Bar Charts & Pie Charts

Graphs that represent categorical data.

New cards
8

Histograms

Graphs that display quantitative data distributions.

New cards
9

Boxplots

Graphs that compare distributions and identify outliers.

New cards
10

Dotplots & Density Plots

Graphs that represent distributions and trends.

New cards
11

Mean (x̄)

Sum of all values divided by the number of values.

New cards
12

Median (m)

The middle value when data is ordered.

New cards
13

Range

Difference between the largest and smallest values.

New cards
14

Interquartile Range (IQR)

Difference between Q3 (75th percentile) and Q1 (25th percentile).

New cards
15

Standard Deviation (S)

Measures variation around the mean.

New cards
16

Z-Score

Measure of how far a value is from the mean in standard deviations.

New cards
17

68-95-99.7 Rule

Describes Normal Distribution percentages.

New cards
18

Explanatory Variable

The variable suspected to influence another.

New cards
19

Response Variable

The variable that is measured as an outcome.

New cards
20

Simpson’s Paradox

When a relationship between two variables reverses due to a lurking variable.

New cards
21

Proportion

A fraction representing part of a whole (e.g., 0.25 or 1/4).

New cards
22

Percent

A proportion multiplied by 100 (e.g., 0.25 = 25%).

New cards
23

Nominal Variables

Categories without a meaningful order (e.g., colors, names).

New cards
24

Ordinal Variables

Categories with a meaningful order but no consistent difference (e.g., ranking).

New cards
25

Natural Variables

Ordered with meaningful differences (e.g., temperature, income).

New cards
26

Standardizing (Z-score)

Z=X−μσ (Tells how many SDs a value is from the mean).

New cards
27

Shifting

Adding/subtracting a constant affects mean but not spread.

New cards
28

Scaling

Multiplying/dividing a constant affects both center and spread.

New cards
29

Correlation (R-Value)

Measures the strength of a linear relationship between two quantitative variables.

New cards
30

Bimodal Distribution

A distribution with two peaks.

New cards
31

Skewed Distribution

Distribution where one tail is longer than the other.

New cards
32

Symmetric Distribution

A distribution where the left and right sides are mirror images.

New cards
33

Five-Number Summary

Min, Q1, Median, Q3, Max that summarize a dataset.

New cards
34

Outliers

Data points significantly higher or lower than the rest.

New cards
35

Frequency Table

Table listing the number of times categories occur.

New cards
36

Contingency Table

Table showing frequency distribution of variables to examine relationships.

New cards
37

favstats()

An R function providing summary statistics.

New cards
38

histogram()

An R function that generates a histogram to visualize distributions.

New cards
39

tally()

An R function creating frequency tables for categorical data.

New cards
40

bwplot()

An R function generating boxplots to compare distributions.

New cards
robot