Conceptual: Quantitative Methods in Psychology Exam 2 (kilianski)

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

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.

226 Terms

1
New cards

What type of statistic is used when both the IV and DV are interval-ratio level variables?

The Pearson's r correlation coefficient is used.

2
New cards

What type of variables are used with Pearson's r?

Both the independent variable (IV) and dependent variable (DV) must be interval-ratio level variables.

3
New cards

What does Pearson's r measure?

It measures the strength and direction of a linear relationship between two-interval ratio variables.

4
New cards

What does a "linear relationship" mean?

A relationship that can be described by a straight line, not curved or nonlinear.

5
New cards

What is the null hypothesis (H0) for Pearson's r?

H₀: r (population) = 0,

meaning there is NO relationship between the two variables in the population.

6
New cards

Again: How is the null hypothesis written for Pearson's r in statistical form?

H₀: r (population) = 0

7
New cards

What is the range of possible values for Pearson's r?

r can range from -1.00 to +1.00

8
New cards

What does the sign of r indicate?

The direction of the relationship (positive or negative)

9
New cards

What does the absolute value of r indicate?

The strength of the relationship (how strongly X and Y are related).

10
New cards

What does an r of +1.00 or -1.00 mean?

A perfect linear relationship.

Knowing X lets you predict Y with 100% accuracy.

11
New cards

What happens as the scatter of points increases in a scatterplot?

The strength of the relationship decreases and r moves closer to 0.

12
New cards

Give an example of a positive correlation.

As study time (X) increases, test scores (Y) increases.

13
New cards

Given an example of a negative correlation.

As stress level (X) increases, sleep hours (Y) decrease.

14
New cards

What is the formula for calculating Pearson's r?

A: r = Σ(ZxZy) / N

where:

Σ = sum

ZxZy = product of Z-scores on X and Y

N = number of pairs

15
New cards

How are degrees of freedom (df) for Pearson's r calculated?

df = N-2

16
New cards

How do we decide whether to reject H₀?

If the obtained r (absolute value) is greater than the critical value from the r table (Table C), reject H₀.

17
New cards

What does it mean if the obtained r is greater than the critical r value (in absolute value)?

It means the relationship is statistically significant, and we reject the null hypothesis

-> there is likely a relationship between the two variables.

18
New cards

What is the effect size in Pearson's r?

Pearson's r itself is an effect size;

it shows the strength of the relationship.

OR in the professor's terms: it tells you what percentage of variability in Y can be accounted for or predicted by X.

19
New cards

What does it mean if the obtained r is less than the critical r value?

The relationship is not statistically significant, so we fail to reject H₀, meaning there is probably no relationship in the population.

20
New cards

What does r^2 (r-squared) represent?

The Coefficient of Determination - the percentage of variability in Y that can be accounted for or predicted by X.

21
New cards

How is r^2 (r-squared) interpreted as a percentage?

Multiply r^2 by 100 to get the percentage of variance in Y accounted for by X.

(Example: r = .80 -> r^2 = .64 -> 64% of Y explained by X)

22
New cards

What are the requirements for using Pearson's r?

1. Both variables are interval/ratio level.

2. The relationship between X and Y MUST be linear.

3. The data are homoscedastic (strength of relationship b/w X and Y are relatively constant across the entire range of values).

23
New cards

What effects accuracy in Pearson's r?

Range of values is not restricted (b/c restricted range reduces variability -> lowers r).

Outliers may exert undue influence (as in outliers can inflate or deflate r or even change its direction)

24
New cards

What does "range restriction" mean?

When one variable has a narrow range of values. making it harder to detect a correlation.

25
New cards

Example of range restriction affecting r?

At Ivy League schools, SAT scores and GPA have little variation, so correlation appears weak even though it's strong in a general population.

26
New cards

What is homoscedasticity?

When the strength of the relationship between X and Y is consistent across all values of X.

27
New cards

What happens if data are not homoscedastic?

The relationship changes at different values of X, violating Pearson's r assumptions.

28
New cards

Why can't Pearson's r be used for curvilinear relationships?

Because r only measures linear relationships.

A curvilinear will make r appear near zero even if the relationship is strong.

29
New cards

What's the difference between a correlational method and a correlation statistic?

- Correlational method: A research design without random assignment or IV manipulation.

- Correlation Statistic (r): A numerical measure of relationship strength/direction that can be used in any design, even experiments.

30
New cards

Can you infer causation using Pearson's r?

Yes, but only if the research design is experimental (e.g., manipulating dosage levels).

If the method is non-experimental, you cannot infer causation.

31
New cards

What is the Fisher's Z-test used for?

To test if two correlation coefficients (r values) are significantly different from each other.

32
New cards

What is the formula for Fisher's Z-test?

Z = (Zr₁ - Zr₂) / √[(1 / (N₁ - 3)) + (1 / (N₂ - 3))]

(Zr values are taken from Table D for each r)

33
New cards

What are the critical Z values for Fisher's Z-test?

A: ±1.96 at α = .05 and ±2.58 at α = .01.

34
New cards

If the obtained Z is greater than the critical value, what do you conclude?

The two correlations are significantly different from each other.

35
New cards

What is an example of when to use Fisher's Z-test?

Comparing whether the correlation between blood pressure and longevity differs for men vs. women.

36
New cards

What are other types of correlation coefficients (besides Pearson's r)?

Spearman's rho (ρ): Used when one or both variables are ordinal.

Point-biserial: Used when one variable is interval-ratio and the other is dichotomous.

Phi coefficient (φ): Used when both variables are dichotomous.

37
New cards

note for computational exam: What should you round to when performing calculations?

Two decimals places after EACH step (products, division, etc).

38
New cards

What does a correlation of 0 mean?

There is no linear relationship between the two variables.

39
New cards

What are the main steps in using Pearson's r?

1. Compute r using Z scores.

2. Find df = N - 2.

3. Locate the critical r value.

4. Compare obtained r (absolute value) to the critical r.

5. Decide whether to reject or fail to reject H₀.

6. Interpret the strength and direction (as in, give the statement).

40
New cards

What does a negative correlation tell you about prediction?

As one variable increases, the other decreases, allowing you to predict the opposite outcomes.

41
New cards

Why is Pearson's r useful in research?

It allows researchers to quantify relationships and predict one variable from another in both experimental and non-experimental contexts.

42
New cards

What does "strength" refer to in Pearson's r?

"Strength" refers to how closely the data points cluster around a straight line, indicating how well one variable predicts the other.

43
New cards

What does "direction" refer to in Pearson's r?

"Direction" refers to whether the relationship is positive (both increase together) or negative (one increases while the other decreases).

44
New cards

What does it mean that Pearson's r deals with a "hypothetical linear relationship"?

It means Pearson's r assumes that the relationship between X and Y can be described by a straight line.

It tests how well that assumption fits the data.

45
New cards

When is Pearson's r NOT appropriate to use?

When either interval is not interval-ratio level or when the relationship between them in nonlinear (curved).

46
New cards

What kind of statistic is Pearson's r? descriptive or inferential?

Pearson's r is an inferential statistic, meaning it is used to make conclusions about a population based on sample data.

47
New cards

What is the main goal when using Pearson's r as an inferential test?

The goal is to determine whether there is a significant relationship between two interval-ratio variables in the population, not just in the sample.

48
New cards

What are the main steps when testing significance in Pearson's r?

1. Calculate the obtained value of r from sample data.

2. Find the critical value or r using the degrees of freedom (f) and alpha level (α).

3. Compare the obtained r with the critical value to decide whether to reject or fail to reject H₀.

49
New cards

When is an independent samples t-test used

When the two samples are composed of different individuals. This is referred to as a between-subjects design.

50
New cards

What is a between-subjects (Ss) design?

A design where each sample contains different participants, and there is no overlap or pairing between the groups.

51
New cards

Give an example of a between-subjects design.

A drug study where half of the participants get a placebo and half get the drug.

52
New cards

What is the correlation (r) between samples in a between-subjects design?

r = 0, because the samples are independent.

53
New cards

When is a paired-samples (or repeated measures / within-subjects) t-test used?

When the same participants are measured more than once, such as before and after an intervention.

54
New cards

What is a within-subjects (within-Ss) design?

A design where the same participants are tested under different conditions or at different times.

55
New cards

Give an example of a within-subjects design

A drug study where all participants are tested after taking a placebo and again after taking the drug.

56
New cards

In a within-subjects design, are the scores likely to be correlated?

Yes, because each person's scores are compared to themselves across conditions.

57
New cards

Why are within-subjects scores usually correlated?

Because people who score higher or lower on one measurement tend to score similarly on another measurement.

58
New cards

In the weight-loss drug example, what does it mean that participants' relative positions didn't change?

It means that even though everyone lost weight, their ranking (heaviest to lightest) stayed the same.

59
New cards

What would the Pearson's r be in a perfect within-subjects correlation example?

r = 1.0

60
New cards

Do correlations of r = 1.0 occur in real research?

No, that's hypothetical; in reality, correlations of 1.0 almost never happen.

61
New cards

What does the paired-samples t-test assume about before and after scores?

That they are significantly correlated, meaning a Pearson's r should be calculated and tested for significance.

62
New cards

How does the formula for the denominator (estimated SEDiff) differ in the paired-samples t-test compared to the independent samples t-test?

It includes the term 2(rAB)(est. SEMA)(est. SEMB) to account for the correlation between the two sets of scores.

63
New cards

What is the formula for the estimated SEDiff in a paired-samples t-test?

√[(est. SEMA)² + (est. SEMB)² - 2(rAB)(est. SEMA)(est. SEMB)]

64
New cards

What remains the same in the t formula for the paired-samples test compared to the independent samples test?

The numerator, which is the difference between the two means (before and after).

65
New cards

Why was the correlation term (-2rAB...) excluded in the independent samples t-test?

Because in independent samples, r = 0, so the term has no effect.

66
New cards

What is the formula for degrees of freedom (df) in the paired-samples t-test?

df = N - 1, where N is the number of pairs of scores.

67
New cards

How is effect size (Cohen's d) calculated for the paired-samples t-test?

d = t / √N, using the obtained t value, not the critical value.

68
New cards

Why is the estimated SEDiff smaller in a paired-samples t-test when before and after scores are correlated?

Because the correlation term subtracts from the denominator, making it smaller.

69
New cards

What does a smaller SEDiff mean for the t value and rejecting H₀?

A smaller SEDiff makes it larger, which increases the chance of rejecting the null hypothesis.

70
New cards

How does Pearson's r affect the SEDiff and t value?

The higher the r, the smaller the SEDiff, and the larger the t value.

71
New cards

Why do researchers often prefer within-subjects (paired) designs?

Because they make it easier to find significant results, which are more likely to be published or accepted at conferences.

72
New cards

What is a major disadvantage of the paired-samples (within-subjects) design?

It can create methodological problems because the same participants are tested repeatedly.

73
New cards

In the drug study example, what methodological problem can occur?

If participants notice side effects (or lack of them), they may guess whether they received the placebo or the real drug, which affects results.

74
New cards

What happens if a participant realizes they received a placebo?

The placebo effect may disappear, invalidating the study results.

75
New cards

In the salary discrimination study example, what problem arises?

Participants may realize the study's purpose (demand characteristics) and change their responses to appear fair or unbiased.

76
New cards

What are "demand characteristics"?

Clues in a study that make participants aware of the research purpose, influencing their behavior or responses.

77
New cards

What is the paired-samples t-test actually testing?

Whether the mean difference between before and after scores is due to sampling error.

78
New cards

What is the null hypothesis (H₀) for the paired-samples t-test?

H₀: µbefore = µafter

79
New cards

Is the paired-samples t-test a test of correlation between before and after scores?

No, the correlation is just part of the calculation process, not the main research question.

80
New cards

What should you do if the correlation (r) between before and after scores is not significant (meaning you fail to reject the null)?

Compute the t as for an independent samples t-test, but use df = N - 1.

81
New cards

How is a matched pairs design different from a repeated measures design?

Different people are in each condition, but they are matched based on a shared characteristic or score.

82
New cards

Why does a matched pairs design justify using a paired-samples t-test?

Because the paired subjects' scores are correlated, similar to a within-subjects design.

83
New cards

What is an example of a variable participants might be matched on in a matched pairs design?

IQ, baseline performance, or any other relevant variable related to the dependent variable.

84
New cards

How does a matched pairs design "look" and "work"?

It looks like an independent samples design (different people), but works like a within-subjects design (paired, correlated data).

85
New cards

From this point on, this is about 1-way ANOVA.

86
New cards

What statistical problem arises when researchers need to compare more than two group means? (For 1-way ANOVA).

The risk of inflated Type I error when running multiple t-tests.

87
New cards

Which statistical tests are limited to comparing only two means?

The z-test, 1-sample t-test, independent samples t-test, and paired-samples t-test.

88
New cards

Why is it incorrect to run a series of t-tests when comparing several groups?

Because each t-test adds to the chance of making a Type I error, increasing the overall (familywise) error rate.

89
New cards

How many pairwise comparisons exist when comparing 4 groups?

6 possible comparisons.

90
New cards

If α = .05 for each of 6 comparisons, what happens to the overall Type I error rate?

It rises to about 26% instead of 5%.

91
New cards

What is the formula for calculating familywise error probability?

p = 1 − (1 − α)ᵈ, where d is the number of comparisons.

92
New cards

What does ANOVA stand for?

Analysis of Variance.

93
New cards

What does ANOVA compare in order to test for group differences?

The between-group variance (differences among group means) and the within-group variance (differences within each group).

94
New cards

In ANOVA, what does the "signal" represent?

The effect of the independent variable on group means.

95
New cards

In ANOVA, what does the "noise" represent?

Variability caused by factors other than the independent variable (random or individual differences).

96
New cards

Why is ANOVA considered a "signal-to-noise" ratio?

Because it measures how large the between-group differences (signal) are relative to within-group differences (noise).

97
New cards

Why does using ANOVA prevent the familywise error problem?

It tests all means simultaneously in one overall (omnibus) test rather than multiple t-tests.

98
New cards

What is an example of a study where a 1-way ANOVA would be appropriate?

A drug study with four conditions: control, placebo, low dose, and high dose.

99
New cards

What conclusion can be drawn when a 1-way ANOVA is significant?

At least one group mean is significantly different from one or more others.

100
New cards

What is the statistic for the ANOVA?

The F-ratio.