Questions tagged [mediation]

A mediator is a variable that plays an intermediate role in a causal chain. Ie, the 1st variable in the chain causes the mediator, which in turn causes the 3rd variable. Partial mediation is when the 1st variable causes the 3rd both through the mediator & directly.

Questions involving chains of influence spanning more than two variables in length will likely involve mediation. This will include many structural equation models, path analyses, and time series. In time series, mediation is often assumed, but may be only partial (as in p-order autoregression).

An intro from the Wikipedia page on mediation:

In statistics, a mediation model is one that seeks to identify and explicate the mechanism or process that underlies an observed relationship between an independent variable and a dependent variable via the inclusion of a third explanatory variable, known as a mediator variable. Rather than hypothesizing a direct causal relationship between the independent variable and the dependent variable, a mediational model hypothesizes that the independent variable influences the mediator variable, which in turn influences the dependent variable. Thus, the mediator variable serves to clarify the nature of the relationship between the independent and dependent variables.[1] In other words, mediating relationships occur when a third variable plays an important role in governing the relationship between the other two variables.

  1. MacKinnon, D. P. (2008). Introduction to Statistical Mediation Analysis. New York: Erlbaum.

  2. Baron, R. M., & Kenny, D. A. (1986). The moderator-mediator variable distinction in social psychological research – Conceptual, strategic, and statistical considerations. Journal of Personality and Social Psychology, 51(6), 1173–1182. Available online, URL: http://www.public.asu.edu/~davidpm/classes/psy536/Baron.pdf‎. Accessed January 6, 2014.

  3. Sobel, M. E. (1982). Asymptotic confidence intervals for indirect effects in structural equation models. Sociological Methodology, 13, 290–312. DOI:10.2307/270723. Available online, URL: http://ripl.faculty.asu.edu/wp-content/uploads/2013/02/Sobel-1982.pdf‎. Accessed January 6, 2014.

  4. Hayes, A. F. (2009). Beyond Baron and Kenny: Statistical mediation analysis in the new millennium. Communication Monographs, 76(4), 408–420. DOI:10.1080/03637750903310360. Available online, URL: http://mres.gmu.edu/pmwiki/uploads/Main/Hayes2009.pdf. Accessed January 6, 2014.

  5. MacKinnon, D. P., Lockwood, J. M., Lockwood, West, S. G., & Sheets, V. (2002). A comparison of methods to test mediation and other intervening variable effects. Psychological Methods, 7(1), 83–104. Available online, URL: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2819363/. Accessed January 6, 2014.

  6. Spencer, S. J., Zanna, M. P., & Fong, G. T. (2005). Establishing a causal chain: Why experiments are often more effective than meditational analyses in examining psychological processes. Attitudes and Social Cognition, 89(6): 845-851. Available online, URL: http://goo.gl/b3Jnfv. Accessed January 6, 2014.

  7. Vanderweele, T. (2015). Explanation in causal inference.

435 questions
21
votes
1 answer

Multiple mediation analysis in R

I am wondering if anyone knows of a way to run a multiple mediation model in R. I know the mediation package allows for multiple simple mediation models, but I want to run one model that evaluates multiple mediation models simultaneously. I am…
wmmurrah
  • 353
  • 1
  • 2
  • 10
21
votes
5 answers

Are mediation analyses inherently causal?

I am interested in testing a simple mediation model with one IV, one DV, and one mediator. The indirect effect is significant as tested by the Preacher and Hayes SPSS macro, which suggests the mediator does serve to statistically mediate the…
Behacad
  • 4,916
  • 8
  • 30
  • 48
16
votes
3 answers

When is it inappropriate to control for a variable?

I can think of at least one naive example. Suppose I want to study the relationship between X and Z. I also suspect that Y influences Z, so I control for Y. However, as it turns out, unbeknownst to me, X causes Y, and Y causes Z. Therefore, by…
Him
  • 2,027
  • 10
  • 25
15
votes
3 answers

What if path c isn't significant, but paths a and b are? Indirect effect in mediation

In a classic mediation model, we have paths shown in the diagram below , in which the first step of testing the mediating effect of M between X and Y is that X is significantly correlated with Y (as shown in panel A in the figure). However, I…
fishbean
  • 199
  • 1
  • 1
  • 6
13
votes
1 answer

Comprehending output from mediation analysis in R

I'm trying to get my head around the mediation package in R, using the vignette for the package. I'm struggling to understand the output of the mediate() function. require("mediation") require("sandwich") data("framing") med.fit <- lm(emo ~ treat…
r.bot
  • 215
  • 1
  • 3
  • 9
9
votes
2 answers

Simulating data to fit a mediation model

I am interested in finding a procedure to simulate data that are consistent with a specified mediation model. According to the general linear structural equation model framework for testing mediation models first outlined by Barron and Kenny (1986)…
8
votes
2 answers

How do you establish complete versus partial mediation in a simple mediational model?

I recently received this question from a student: In a simple mediation model, if I have found the indirect effect (ab) to be significant and the direct effect (c') to be small and insignificant, does that mean I have full mediation or partial …
Jeromy Anglim
  • 42,044
  • 23
  • 146
  • 250
7
votes
1 answer

DAG: no back-door paths but background information shows a need for adjusting

I am interested in the effect of town of residence on income. Though the DAG has many arrows, it's interpretation is actually very simple: I have 6 covariates (Cov1-6), all causing mediation scenarios, resulting in zero back-door paths. I also…
st4co4
  • 1,499
  • 5
  • 10
7
votes
2 answers

How to test for mediation when working with binary data?

I want to assess if a single variable is mediating the effects of a set of IVs on a single DV. All variables in the model (IV, DV and the mediator variable) are dichotomous (0, 1) and observed. What is the appropriate statistical procedure to test…
Marvin
  • 71
  • 1
  • 3
7
votes
1 answer

R - moderated mediation using the lavaan package

I am interested in determining the conditional indirect effects of X on Y at a series of values for a third variable Z. I was able to use the lavaan package to calculate some initial indirect effects based of the syntax available in this post:…
B Victor
  • 133
  • 1
  • 2
  • 8
7
votes
1 answer

Intepreting p values from R mediate() output

In the output below, the ACME p value shows that it is significant. But the p-value for Prop. Mediated Average is >10%. I thought Prop. Mediate is the proportion of the total effect mediated by the mediating variable(cong_mesg). So I am confused…
7
votes
3 answers

Is 'indirect effect' the same as 'mediation'?

Is it correct to use 'indirect effect' and 'mediation' interchangeably in all situations? I mean if we know that A influences B and B influences C. Can we conclude that the effect is mediated by B without performing a mediation test?
Ali
  • 71
  • 1
  • 3
7
votes
2 answers

Mediation model with linear regression

In my master thesis I have drawn a few hypotheses. I have answered them all with linear regression. In these linear regressions, I took control variables into account. My question is: do I have to run a mediation analysis? Or is it also possible to…
Ann
  • 71
  • 1
  • 2
6
votes
1 answer

Multiple measures mediation analysis

I want to know how to do a mediation analysis with repeated measures. Here is a fake experiment that has the same form as the one I plan to do (using a fake one lets me simplify some weird complications I already know how to deal with): For each of…
user35632
  • 61
  • 1
6
votes
2 answers

Logistic Regression/Naive Bayes with highly correlated data

Background: We work with data from sports event, more accurately with data about the spectators of sports events: how many people are being violent, what kind of event is this, etc. We have quite a lot of data from the past few years and we try to…
ATN
  • 330
  • 3
  • 9
1
2 3
28 29