Multivariate Final Concepts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:35 PM on 4/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

53 Terms

1
New cards

What is a p-value?

A p-value tells us how likely we would be to observe results this extreme, or more extreme, if the null hypothesis were true.

2
New cards

What is the alpha level?

The alpha level is the cutoff we choose for deciding statistical significance.
The most common alpha level is:

α = .05

3
New cards

What is variance?

Variance measures how spread out scores are around the mean.

Higher variance means scores are more spread out.

Lower variance means scores are closer together.

4
New cards

What is covariance?

Covariance tells us whether two variables tend to move together.

Covariance is like correlation, but it is not standardized, so its size depends on the units of the variables.

5
New cards

What is the difference between variance and covariance?

Variance describes how much one variable varies by itself.

Covariance describes how two variables vary together.

6
New cards

What is an interaction?

An interaction means the effect of one predictor on an outcome depends on the level of another predictor.

The effect of X on Y changes depending on Z.

7
New cards

What is a synergistic interaction?

A synergistic interaction happens when two predictors strengthen or amplify each other.

The effect of one predictor becomes stronger at higher levels of the other predictor.

<p>A synergistic interaction happens when two predictors <strong>strengthen or amplify each other</strong>.</p><p class="p1">The effect of one predictor becomes stronger at higher levels of the other predictor.</p>
8
New cards

What is a compensatory interaction?

A compensatory interaction happens when one predictor makes up for a lower level of another predictor.

<p>A compensatory interaction happens when one predictor <strong>makes up for</strong> a lower level of another predictor.</p>
9
New cards

What do parallel lines suggest in an interaction graph?

Parallel lines suggest no interaction.

10
New cards

What is a crossover interaction?

A crossover interaction happens when the effect of a predictor goes in opposite directions for different groups.

11
New cards

What are odds?

Odds compare the probability that an event happens to the probability that it does not happen.

odds = p / (1 - p)

12
New cards

What are log odds?

Log odds are the natural log of the odds.

log odds = ln(odds)

In logistic regression, coefficients are usually given in log odds units.

Helpful interpretation:

  • log odds > 0 means odds are above 1, so the event is more likely than not

  • log odds = 0 means odds are 1, so probability is .50

  • log odds < 0 means odds are below 1, so the event is less likely than not

13
New cards

How do you convert log odds to odds?

Exponentiate the log odds.

odds = exp(log odds)

14
New cards

How do you convert odds to probability?

p = odds / (1 + odds)

15
New cards

How do you convert log odds directly to probability?

Use two steps:

  1. Convert log odds to odds:
    odds = exp(log odds)

  2. Convert odds to probability:
    p = odds / (1 + odds)

16
New cards

How do you interpret a logistic regression coefficient?

A logistic regression coefficient tells how much the log odds of the outcome change for a 1-unit increase in the predictor.

Example:

If GPA coefficient = 1.05, then each 1-unit increase in GPA increases the log odds of admission by 1.05.

17
New cards

What is an odds ratio?

An odds ratio tells how the odds change when a predictor increases by 1 unit.

odds ratio = exp(coefficient)

Interpretation:

  • OR > 1: odds increase

  • OR = 1: odds do not change

  • OR < 1: odds decrease

18
New cards

How are log odds, odds, and probability related?

They are three ways of describing the same prediction.

19
New cards

What is mediation?

Mediation means the effect of an independent variable on a dependent variable is transmitted through a third variable called a mediator.

20
New cards

How do you interpret a visual mediation model?

A basic mediation model has this structure:

X → M → Y

Where:

* X = independent variable

* M = mediator

* Y = dependent variable

The model asks whether X affects Y through M.

21
New cards

What do paths a, b, c, and c′ mean in a mediation model?

  • a = effect of X on M

  • b = effect of M on Y, controlling for X

  • c = total effect of X on Y before including the mediator

  • c′ = direct effect of X on Y after including the mediator

The mediator explains part or all of the X → Y relationship if the indirect path a × b is meaningful.

22
New cards

What is the product of coefficients method in mediation?

The product of coefficients method tests the indirect effect.

Formula:

indirect effect = a Ă— b

Where:

  • a = effect of X on M

  • b = effect of M on Y, controlling for X

If a Ă— b is statistically significant, then there is evidence of mediation.

23
New cards

What is full mediation?

Full mediation occurs when X affects Y only through the mediator.

This means:

  • The indirect effect a Ă— b is significant.

  • The direct effect c′ is not significant after including the mediator.

24
New cards

What is partial mediation?

Partial mediation occurs when X affects Y through the mediator, but X also still has a direct effect on Y.

This means:

  • The indirect effect a Ă— b is significant.

  • The direct effect c′ is still significant after including the mediator.

25
New cards

What are direct, indirect, and total effects in mediation?

  • Direct effect: effect of X on Y after accounting for M
    direct effect = c′

  • Indirect effect: effect of X on Y through M
    indirect effect = a Ă— b

  • Total effect: overall effect of X on Y
    total effect = c′ + (a × b)

26
New cards

How do you interpret a significant indirect effect?

A significant indirect effect means X predicts Y through the mediator.

27
New cards

What is a latent variable?

A latent variable is an unobserved construct that is inferred from observed variables.

28
New cards

What is a manifest variable?

A manifest variable is an observed/measured variable.

In latent variable models, manifest variables are usually the items or indicators used to measure the latent construct.

29
New cards

Why do items correlate in a latent variable model?

Items correlate because they are assumed to share an underlying latent factor.

30
New cards

What is a factor loading?

A factor loading shows how strongly an observed item is related to a latent factor.

Higher loadings mean the item is a stronger indicator of the latent construct.

In a standardized solution, loadings are interpreted somewhat like correlations between the item and the factor.

31
New cards

What is residual variance in a latent variable model?

Residual variance is the part of an observed item’s variance that is not explained by the latent factor.

It includes:

  • item-specific variance

  • measurement error

  • anything not captured by the latent variable

32
New cards

What is the variance-covariance matrix used for in latent variable models?

Latent variable models are fit to the observed variance-covariance matrix or correlation matrix.

The model tries to reproduce the observed relationships among items using fewer latent factors and parameters.

33
New cards

What is the difference between EFA and CFA?

EFA stands for Exploratory Factor Analysis.

  • Used to discover the factor structure.

  • Data-driven.

  • Asks: “What structure appears in the data?”

CFA stands for Confirmatory Factor Analysis.

  • Used to test a hypothesized factor structure.

  • Theory-driven.

  • Asks: “Does this specific structure fit the data?”

34
New cards

What are modification indices?

Modification indices suggest which fixed or constrained parameters would improve model fit if they were freely estimated.

35
New cards

What is a Latent Growth Curve Model?

A Latent Growth Curve Model, or LGCM, models change over time.

It estimates two main latent factors:

  • Intercept: starting point or initial level

  • Slope: rate of change over time

36
New cards

What does the intercept represent in a Latent Growth Curve Model?

The intercept represents the estimated starting point or initial level of the outcome.

37
New cards

What does the slope represent in a Latent Growth Curve Model?

The slope represents the estimated rate of change over time.

A positive slope means the outcome increases over time.

A negative slope means the outcome decreases over time.

A slope near zero means there is little or no change over time.

38
New cards

What does significant intercept variance mean in an LGCM?

Significant intercept variance means people differ in their starting levels.

39
New cards

What does significant slope variance mean in an LGCM?

Significant slope variance means people differ in their rates of change.

40
New cards

What does the intercept-slope covariance or correlation tell us in an LGCM?

It tells us whether starting level is related to rate of change.

  • Positive intercept-slope correlation: people who start higher tend to increase more quickly.

  • Negative intercept-slope correlation: people who start higher tend to increase more slowly or decrease more.

  • Near-zero correlation: starting level is not strongly related to rate of change.

41
New cards

What is a within-construct correlation in LGCM?

A within-construct correlation is a relationship between growth factors from the same construct.

42
New cards

What is a between-construct correlation in LGCM?

A between-construct correlation is a relationship between growth factors from different constructs.

Example:

  • depression intercept correlated with anxiety intercept

  • depression slope correlated with anxiety slope

  • depression intercept correlated with anxiety slope

This tells us how starting levels or changes in one construct relate to starting levels or changes in another construct.

43
New cards

How do you interpret a between-construct intercept correlation?

A between-construct intercept correlation tells us whether starting levels of two constructs are related.

44
New cards

How do you interpret a between-construct slope correlation?

A between-construct slope correlation tells us whether change in one construct is related to change in another construct.

45
New cards
46
New cards
47
New cards
48
New cards
49
New cards
50
New cards
51
New cards
52
New cards
53
New cards