STATS 200 MSU EXAM 1

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:08 PM on 10/1/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

89 Terms

1
New cards

Explanatory variable

The variable that is manipulated by researchers.

2
New cards

Response variable

The variable that is observed by researchers.

3
New cards

Treatment group

The group of subjects in a study that receives a treatment.

4
New cards

Control group

A separate group of subjects in a study that does not receive the treatment.

5
New cards

Controlled experiment

An experiment where researchers impose a treatment on one group of subjects (treatment group) and do not impose it on a separate group (control group).

6
New cards

Placebo effect

The psychological and physical response to treatments that have no physiological effect.

7
New cards

Double-blind study

A study where neither the child, the parents, the person administering the shot, nor the health professionals making a diagnosis are aware of whether the child received the vaccine or the placebo.

8
New cards

Confounding factors

Any underlying factors besides the treatment which affect both the treatment and the response variable.

9
New cards

Randomization

The process that avoids any sort of bias in the choice of treatment and control group subjects.

10
New cards

Observational studies

Studies where researchers are limited to simply observing subjects without interfering in their behavior.

11
New cards

Causal conclusions

Conclusions that can be reasonably made based on experiments but are treacherous when based on observational data.

12
New cards

Associations

What observational studies are generally only sufficient to show.

13
New cards

Parental consent

A confounding factor in the polio vaccine experiment.

14
New cards

Data collection in observational studies

Generally collected only by monitoring what occurs.

15
New cards

Primary explanatory variable in experiments

Must be assigned for each subject by the researchers.

16
New cards

Population of Interest

The collection of all people/cases/items we want to learn about.

17
New cards

Sample

A subset of the population that researchers gather data from instead of measuring the entire population of interest.

18
New cards

Representative Sample

A sample that accurately reflects the characteristics of the population of interest.

19
New cards

Random Selection

The method of selecting observations in a way that every member of the population has the exact same chance of being selected into the sample.

20
New cards

Convenience Sampling

Samples obtained by measuring whatever or whoever is available to be measured, which are rarely representative of a larger population.

21
New cards

Selection Bias

Occurs if the method for selecting participants produces a sample that does not represent the population of interest.

22
New cards

Nonresponse Bias

Occurs when a representative sample is chosen for a survey, but a subset cannot be contacted or does not respond.

23
New cards

Response Bias

Occurs when participants respond differently from how they truly feel, influenced by question wording or interviewer behavior.

24
New cards

Numerical Variables

Variables that measure or record a numerical quantity for each case, allowing for operations like adding and averaging.

25
New cards

Categorical Variables

Variables that classify cases into groups or categories, placing each case into exactly one of two or more categories.

26
New cards

Dot Plot Drawbacks

Dot plots are not helpful for large data sets, or when data sparsely covers a large range.

27
New cards

Histograms

Graphs that help answer questions about how measurements vary, the range of values, and the distribution of numerical data.

28
New cards

Data Variation

Refers to how measurements are concentrated in one interval, sparse, or uniform.

29
New cards

Range of Values

The minimum and maximum values in a data set.

30
New cards

Anecdotal Evidence

Conclusions based on unusual cases or recalled striking characteristics rather than systematic data.

31
New cards

Generalization

The process of applying results from a sample to the larger population.

32
New cards

Survey

A method of collecting data from a sample to understand the population of interest.

33
New cards

Statistical Analysis

The process of interpreting data collected from samples or populations to draw conclusions.

34
New cards

Symmetric and bell-shaped

Data is clustered in the middle with an approximately equal number of smaller and larger values.

35
New cards

Right skewed

Most data have smaller values, with just a few larger values.

36
New cards

Left skewed

Most data have larger values, with just a few smaller values.

37
New cards

Symmetric but not bell-shaped

When you imagine cutting the distribution down the middle, the data values on one side mirror the values on the other side.

38
New cards

Parameters

Summary values calculated from populations.

39
New cards

Statistics

Summary values calculated from samples.

40
New cards

Notation

Capital letters like 𝑋 and 𝑌 refer to the name of a numerical variable and lower-case letters with subscripts refer to individual data points.

41
New cards

Data points

For a variable 𝑋, the values of the variable are denoted 𝑥1, 𝑥2, 𝑥3, … , 𝑥𝑛 where 𝑛 = # items in the data set or sample size.

42
New cards

Central Tendency

We want to describe the 'typical' values for the data.

43
New cards

Mean

The numerical average value, calculated as 𝑥̄ = (𝑥1 + 𝑥2 + 𝑥3 + ⋯ + 𝑥𝑛) / 𝑛.

44
New cards

Population Mean

The mean of a population is denoted 'μ'.

45
New cards

Median

The middle value when data is arranged from smallest to largest.

46
New cards

Sum of squares in statistics

The total of squared deviations from the mean, which will always be positive.

47
New cards

Population variance measure

The average of the squared deviations from the mean for a population.

48
New cards

Sample variance calculation

Sample variance is calculated by dividing the sum of squares by n - 1, where n is the number of observations.

49
New cards

Population standard deviation formula

σ = √(Σ(xi - μ)² / n).

50
New cards

Sample standard deviation formula

s = √(Σ(xi - x̄)² / (n - 1)).

51
New cards

Boxplots and histograms in data visualization

Boxplots provide a quick look at the range and center of data, while histograms show details of the shape and variation.

52
New cards

Purpose of a bar plot

A bar plot visualizes the number of observations in each category of a categorical variable.

53
New cards

Sample proportion denotation

The sample proportion is denoted as p-hat (𝑝̂).

54
New cards

Contingency table use

A contingency table is used to investigate the relationship between two categorical variables.

55
New cards

Nominal vs ordinal variables

Nominal variables have categories without a natural order, while ordinal variables have categories with a logical ordering.

56
New cards

Numerical variables as categorical

Yes, numerical variables can sometimes be grouped into ranges and treated as ordinal or nominal variables.

57
New cards

Base rate in probability

The proportion of the population that has a particular disease or condition.

58
New cards

Test sensitivity measure

The rate of true positives, indicating how often it correctly identifies patients with the disease.

59
New cards

Specificity in medical testing

The rate at which a test correctly identifies patients without the disease, indicating true negatives.

60
New cards

Null hypothesis (H0)

States that there is no change, difference, or relationship between the variables being studied.

61
New cards

Alternative hypothesis (HA)

States that there is a change, difference, or relationship between the variables.

62
New cards

Null distribution

Generated to evaluate the quality of a null model, simulating data assuming the null hypothesis is true.

63
New cards

p-value definition

Quantifies the likelihood of observed results under the null hypothesis.

64
New cards

Large p-value indication

Suggests that observed results can occur often under the null hypothesis.

65
New cards

Small p-value indication

Indicates strong evidence against the null hypothesis.

66
New cards

p-value less than 0.001 significance

Indicates extremely strong evidence against the null hypothesis.

67
New cards

First step of the scientific method

Make an observation and formulate a research question.

68
New cards

Purpose of statistical inference

Uses observed data from a sample to make inferences about a larger population.

69
New cards

Null hypothesis role in hypothesis testing

Serves as a default position that there is no effect or relationship.

70
New cards

Observing data 'at least as favorable' to HA

Determining the proportion of simulated differences under the null model that are greater than the observed value.

71
New cards

p-value calculation for independence testing

The fraction of simulations that are more extreme than the observed difference.

72
New cards

p-value when testing for an increase

Calculated as the fraction of simulations that are greater than the observed difference.

73
New cards

p-value when testing for a decrease

Calculated as the fraction of simulations that are less than the observed difference.

74
New cards

Null hypothesis (Ho) for independence testing

States that the variables are independent.

75
New cards

Alternative hypothesis (Ha) for independence testing

States that the variables are not independent.

76
New cards

p-value if first proportion is greater than second

The fraction of simulations greater than the observed difference.

77
New cards

p-value if first proportion is smaller than second

The fraction of simulations less than the observed difference.

78
New cards

Bootstrap Test for Single Proportion purpose

Used to draw inferences about a single categorical variable.

79
New cards

Two outcomes in Bootstrap Test

Each unit is counted as either a 'success' or a 'failure.'

80
New cards

Example of single categorical variable in Bootstrap Test

Proportion of people voting for a candidate.

81
New cards

Null hypothesis (Ho) in Bootstrap Test

States that the population proportion is equal to a hypothesized value.

82
New cards

Alternative hypothesis (Ha) in Bootstrap Test

States that the population proportion is greater, smaller, or different from a hypothesized value.

83
New cards

Ƹ𝑝 definition

The proportion of successes found in a sample.

84
New cards

𝑝 definition

Represents the true population proportion of successes.

85
New cards

𝑝0 definition

Represents the hypothesized (null) value of the parameter, 𝑝.

86
New cards

p-value definition for hypothesis tests

The probability of observing data at least as favorable to the alternative hypothesis as the current data set.

87
New cards

p-value when testing if 𝑝 is different from 𝑝0

The fraction of simulations further from 𝑝0 as Ƹ𝑝.

88
New cards

p-value when testing if 𝑝 is greater than 𝑝0

The fraction of simulations greater than Ƹ𝑝.

89
New cards

p-value when testing if 𝑝 is less than 𝑝0

The fraction of simulations less than Ƹ𝑝.