Apologies for the length, for I'll try to give all the relevant info in one go. Members of my research team disagree with me on the interpretation of an experiment result and I am bringing the issue here to hopefully find an expert resolution that can convince us all. Who is right?
We study effects of different political message frames, coming from sources aligned with different parties.
- experimentally manipulated frame varies between 3 categories: neutral (baseline), N, and C.
- experimentally manipulated alignment varies between 3 categories: independent source (baseline), co-partisan source, opposite-party source.
So 3 x 3 = 9 conditions, and each respondent is randomly assigned to one. Outcome of interest is Qa, which is measured on a scale of 1 to 7. The main effect of C treatment on Qa was hypothesized and found to be significantly negative. We also have a couple of interaction hypotheses:
H3a: C frames' effect on Qa attitudes will be the greatest when it is supplied by the co-partisan elites.
H3b: C frames' effect on Qa attitudes will be the weakest when it is supplied by the opposite elites.
The wording of the same in the ethical review application was: C frames’ effect on Qa attitudes will be greater (lower) if it is supplied by the co-partisan (opposite) elites.
Allowing for the usual ambiguity of ordinary language, I believe that the meaning of the hypotheses are clear. Below is how I test them, with i. oper, i.order, i.country2 as fixed effects for different iterations of the experiment, which I take to be irrelevant for the main interpretation.
Here's the regression output:
Remember that C main effect was negative, and the individual coefficient for C here too is negative. The interaction of C with co-partisan source is insignificant and unsubstantial, so I cannot reject the null for H3a. But the interaction of C with opposite-party source is positive (i.e. inverse of C main effect), so I reject the null for H3b. My interpretation is, C frame is not more effective when it comes from co-partisan source, but it is indeed less effective when it comes from opposite party source, compared to an independent source.
Now the disagreement is about H3b.
Team member 1 disagrees with the test verdict bec they interpret the positive interaction term as strengthening of C’s effect on Qa. I explain to them that since this sign is the opposite of C’s main sign, it is actually a weakening of C’s effect, by making it less negative.
Team member 2 is concerned that interacting with C mitigates the opposite-party source’s own negative effect on Qa and they take this to be undermining my H3b interpretation. I explain that this is irrelevant for our hypotheses, which are actually about what happens to the C effect under said interaction.
Team member 3 concedes that the hypothesis test verdict (lesser effects from opposite party) for H3b is technically correct, but they argue that a closer look at predicted values tells a contrary story. I explain to them that there cannot be a contradiction since predicted values are generated from the same regression used for the hypothesis test. Here are the values:
So team member 3 is troubled by the fact that under C treatment, there is no outcome difference between sources, and wants to conclude that C treatment is not more or less effective when it comes from opposite party source. I explain that this indifference is irrelevant unless coupled with the observation that outcomes would actually differ across sources without C treatment (i.e. neutral conditions), and C reduces the difference by affecting respondents exposed to opposite-party source less than respondents in other source conditions. I explain that the opposite-party source already has a baseline negative association with Qa under neutral frame, and this is offset by the further negative effects of switching from neutral to C frame treatment, precisely because C effect is stronger under conditions other than the opposite-party. (I should again remind here that Qa was measured from 1 to 7, so there is no strict or theoretical floor at the value of 4).
I apologize again for the lengthy presentation. The question is, am I wrong in any of my interpretations? Are the other team members correct in any of theirs? Good people of Statalist, I thank you for your time.
We study effects of different political message frames, coming from sources aligned with different parties.
- experimentally manipulated frame varies between 3 categories: neutral (baseline), N, and C.
- experimentally manipulated alignment varies between 3 categories: independent source (baseline), co-partisan source, opposite-party source.
So 3 x 3 = 9 conditions, and each respondent is randomly assigned to one. Outcome of interest is Qa, which is measured on a scale of 1 to 7. The main effect of C treatment on Qa was hypothesized and found to be significantly negative. We also have a couple of interaction hypotheses:
H3a: C frames' effect on Qa attitudes will be the greatest when it is supplied by the co-partisan elites.
H3b: C frames' effect on Qa attitudes will be the weakest when it is supplied by the opposite elites.
The wording of the same in the ethical review application was: C frames’ effect on Qa attitudes will be greater (lower) if it is supplied by the co-partisan (opposite) elites.
Allowing for the usual ambiguity of ordinary language, I believe that the meaning of the hypotheses are clear. Below is how I test them, with i. oper, i.order, i.country2 as fixed effects for different iterations of the experiment, which I take to be irrelevant for the main interpretation.
Code:
reg Qa ib3.frame##i.alignment ib2.oper i.order i.country2, cluster( ResponseId )
HTML Code:
| Robust
Qa | Coefficient std. err. t P>|t| [95% conf. interval]
-------------------------+----------------------------------------------------------------
frame |
C | -.450276 .0725978 -6.20 0.000 -.5926267 -.3079253
N | -.2098803 .0717897 -2.92 0.003 -.3506466 -.069114
|
alignment |
Co-partisan source | .0471406 .065567 0.72 0.472 -.081424 .1757052
Opposite party source | -.224524 .0666856 -3.37 0.001 -.3552821 -.0937659
|
frame#alignment |
C#Co-partisan source | -.0078699 .1034016 -0.08 0.939 -.2106212 .1948813
C#Opposite party source | .2276461 .1024118 2.22 0.026 .0268355 .4284566
N#Co-partisan source | -.0797576 .100597 -0.79 0.428 -.2770096 .1174944
N#Opposite party source | .109464 .1014582 1.08 0.281 -.0894767 .3084046
Now the disagreement is about H3b.
Team member 1 disagrees with the test verdict bec they interpret the positive interaction term as strengthening of C’s effect on Qa. I explain to them that since this sign is the opposite of C’s main sign, it is actually a weakening of C’s effect, by making it less negative.
Team member 2 is concerned that interacting with C mitigates the opposite-party source’s own negative effect on Qa and they take this to be undermining my H3b interpretation. I explain that this is irrelevant for our hypotheses, which are actually about what happens to the C effect under said interaction.
Team member 3 concedes that the hypothesis test verdict (lesser effects from opposite party) for H3b is technically correct, but they argue that a closer look at predicted values tells a contrary story. I explain to them that there cannot be a contradiction since predicted values are generated from the same regression used for the hypothesis test. Here are the values:
Code:
margins ib3.frame, over(ib0.alignment)
HTML Code:
| Delta-method
| Margin std. err. t P>|t| [95% conf. interval]
-------------------------------+----------------------------------------------------------------
alignment#frame |
Independent source#C | 3.995489 .0571731 69.88 0.000 3.883383 4.107595
Independent source#N | 4.235885 .0544534 77.79 0.000 4.129112 4.342658
Independent source#neutral | 4.445765 .0475833 93.43 0.000 4.352463 4.539067
Co-partisan source#C | 4.037345 .0571095 70.69 0.000 3.925364 4.149326
Co-partisan source#N | 4.205853 .0542435 77.54 0.000 4.099492 4.312214
Co-partisan source#neutral | 4.495491 .0463339 97.02 0.000 4.404639 4.586343
Opposite party source#C | 3.998388 .0587389 68.07 0.000 3.883212 4.113564
Opposite party source#N | 4.120602 .0525447 78.42 0.000 4.017571 4.223632
Opposite party source#neutral | 4.221018 .0479495 88.03 0.000 4.126998 4.315038
I apologize again for the lengthy presentation. The question is, am I wrong in any of my interpretations? Are the other team members correct in any of theirs? Good people of Statalist, I thank you for your time.

Comment