Chapter 7: Summarizing and Interpreting Data

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

1/25

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.

26 Terms

1
New cards

What are the two main types of statistics?

Descriptive statistics (describing your data set) and Inferential statistics (generalizing your data set to describe a population)

2
New cards

What is a distribution?

A set of scores

3
New cards

What are the three main categories of descriptive statistics?

Central tendency, Variability, and Graphs or tables showing these

4
New cards

What are the three basic measures of central tendency?

Mean (average of the distribution), Median (middle number), and Mode (most common value)

5
New cards

How is the mean calculated?

By adding together all the values in the distribution and dividing by the number of values

6
New cards

What is the median and how is it found?

The median is the middle number of the distribution. Half of the numbers are above it and half are below. If there's an even number of values, take the average of the middle two values

7
New cards

What is the mode?

The most common value in the distribution—the value that occurs most often

8
New cards

When should you use mean, median, or mode?

Mean is most commonly reported but can be affected by extreme scores. Median is reported when distribution has several outliers. Mode is reported when distribution includes frequencies of responses

9
New cards

What is variability in statistics?

How different values in a distribution are from one another. Low variability means most values cluster together; high variability means values are spread out

10
New cards

What are the four measures of variability?

Range (highest score minus lowest score), Standard deviation (average difference between scores and the mean), Variance (standard deviation squared), and Z score (number of standard deviations a raw score is from the mean)

11
New cards

What are degrees of freedom?

How many random numbers can be selected in a sample before there is a number that must be selected to meet a mean value. Calculated as n - 1

12
New cards

What are the steps to calculate standard deviation?

  1. Find the mean,

  2. Calculate difference between each value and mean,

  3. Square the differences,

  4. Sum the squared differences,

  5. Divide by (n-1) for sample or (n) for population to get variance,

  6. Take the square root

13
New cards

What are the main types of graphs used in descriptive statistics?

Frequency distribution/histogram (binned data showing how often each score appears), Bar graph (categorical variables with means), Line graph (numerical predictor with continuous mean scores), and Scatterplot (relationship between two variables using dots)

14
New cards

What is the distribution of sample means?

The distribution of all possible sample means for all possible samples from a population

15
New cards

What are the two types of hypotheses and how are they represented?

Scientific/alternative hypothesis (H1) states that a relationship between IV and DV does exist. Null hypothesis (H0) states that a relationship does not exist

16
New cards

What is the difference between one-tailed and two-tailed hypotheses?

Two-tailed hypothesis considers both directions of a difference. One-tailed (directional) hypothesis considers which direction a hypothesis goes (Does the DV increase or decrease)

17
New cards

What is a confidence interval?

A range of values that the population mean will fall into for a certain percentage of samples. It is converted to a z score (e.g., 95% CI corresponds to a Z score of 1.96)

18
New cards

What is the formula for calculating a confidence interval?

CI = X̄ ± (Z × (s/√n)), where X̄ is sample mean, Z is the z score for the confidence level, s is standard deviation, and n is sample size

19
New cards

What is the alpha level and what is it typically set to?

The alpha level (α) is the threshold for statistical significance, usually set to 0.05 or 5%

20
New cards

What is the critical region?

The most extreme portion of a distribution of statistical values for the null hypothesis determined by the alpha level (typically 5%)

21
New cards

What is a p value and when is a result statistically significant?

The p value is the probability of obtaining that statistic in a distribution corresponding to the null hypothesis (probability of getting the observed result by random chance). A result is statistically significant when p value is less than the alpha level

22
New cards

When should you fail to reject the null hypothesis?

Fail to reject the null hypothesis when the p value is greater than the alpha level, indicating the result is not statistically significant

23
New cards

What is a Type I error?

A false positive—rejecting the null hypothesis when it is actually true. The chance is determined when the alpha level is chosen (typically 5%)

24
New cards

What is a Type II error?

A false negative—failing to reject the null hypothesis when it is actually false. Can be influenced by alpha level and sample size. Researchers can lower chance of error by using optimal sample sizes

25
New cards

What is statistical power and what factors impact it?

Power is the ability to detect effects if they are present; the probability of not making a Type II error. Impacted by: sample size, effect size, alpha significance level, type of statistical test, and data variability

26
New cards

What is effect size?

How big the relationship is between variables