モデレート回帰:予測子間の*積*項を計算するのはなぜですか?


12

モデレート回帰分析は、2つ以上の予測変数/共変量間の相互作用を評価するために、社会科学でよく使用されます。

通常、2つの予測変数を使用して、次のモデルが適用されます。

Y=β0+β1X+β2M+β3XM+e

モデレーションのテストは、積項XM(独立変数Xとモデレーター変数間の乗算)によって操作可能になっていることに注意してくださいM。私の非常に根本的な質問は、なぜX間の積項を実際に計算するのMですか?なぜ、たとえば、絶対的な違いはありません|MX|または単に合計X+M

興味深いことに、この問題へのケニーの暗示がここhttp://davidakenny.net/cm/moderation.htmと言って:「としては見られますが、節度のテストは常に、製品の長期XMことによって操作されていない」が、さらに説明が与えられていません。正式なイラストや証拠は啓発的なものになると思います。

回答:


12

「モデレーター」は、Xに対するの回帰係数に影響します。モデレーターの値が変わると、それらが変わる場合があります。したがって、完全な一般性において、節度の単純な回帰モデルはYX

E(Y)=α(M)+β(M)X

ここで、βMの値の影響を受けない定数ではなく、モデレーターMの関数です。αβMM

回帰を上に設立された同じ精神において線形近似との間の関係の及びYは、我々は両方のことを期待することができるα及びβは、少なくとも約- -の線形関数であるMは、値の範囲全体にわたってMでデータ:XYαβMM

E(Y)=α0+α1M+O(M2)+(β0+β1M+O(M2))X=α0+β0X+α1M+β1MX+O(M2)+O(M2)X.

非線形( "big-O")項をドロップすると、それらが小さすぎて問題にならないことを期待して、乗法(双線形)相互作用モデルが得られます。

(1)E(Y)=α0+β0X+α1M+β1MX.

この導出は、係数の興味深い解釈を示唆している: 速度であるMが変化切片をしながらβ 1が速度であるMが変化する勾配を。(α 0β 0は場合傾きと切片であり、Mがゼロに(正式)が設定されている。) β 1は、「積項」の係数であるM X。この方法で質問に答えます:α1Mβ1Mα0β0Mβ1MX

モデレーターMが(平均して)Y vs Xの傾きと線形関係を持つと予想される場合、積項モデレーションをモデル化します。MXMY X


興味深いのは、この導出がモデルの自然な拡張への道を指し示していることです。これは、適合度をチェックする方法を示唆するかもしれません。非線形性に関心がない場合- モデル1 が正確であることを知っているかまたは仮定している場合-削除された項に対応するようにモデルを拡張する必要があります。X(1)

E(Y)=α0+β0X+α1M+β1MX+α2M2+β2M2X.

仮説をテストする評価し、適合度。見積りα 2及びβ 2は、どのような方法でモデルを示すことができる1 拡張が必要な場合があります:における非線形組み込むためにMα 20)、またはより複雑な緩和の関係(β 20)、または可能性の両方を。(このテストは、一般関数f Xのべき級数展開では示唆されないことに注意してくださいα2=β2=0α2β2(1)Mα20β20。)f(X,M)


最後に、あなたがいた場合、相互作用係数ことを発見するためにゼロと有意差は認められなかった、しかし、フィット感が非線形であること(の大きな値によって証明されるように、β 2)、その後、あなたが結論でしょう()節度があるが、( b)M X項ではなく、M 2 Xで始まる高次項によってモデル化されます。これはケニーが言及していた種類の現象かもしれません。β1β2MXM2X


8

予測子の合計を使用して相互作用をモデル化すると、方程式は次のようになります。

Y=β0+β1X+β2M+β3(X+M)+e=β0+β1X+β2M+β3X+β3M+e=β0+(β1+β3)X+(β2+β3)M+e=β0+β1X+β2M+e

ここで、β ' 2 = β 2 + β 3。したがって、モデルには相互作用がまったくありません。明らかに、これは製品には当てはまりません。β1=β1+β3β2=β2+β3

絶対値の定義を思い出してください。

|XM|={XM,XMMX,X<M

Although you can reduce the model β0+β1X+β2M+β3|XM|+e to the one with only X and M terms, using the def. of |XM|, the absolute value is a "specialized form of moderation that is unlikely to be realistic in many situations", as pointed out in the comment below.


1
|XM|Mβ2

1
|XM| is a form of moderation, I got carried away by transformation and will edit the answer accordingly. Thanks for pointing this out.
Milos

@Milos: Your example about the sum of predictors was an eye-opener, a somewhat embarrassing one, I must say because I should have already realized the mathematical implications ;) whuber: As far as I understand it, the absolute value is only useful when both predictor variables are measured in same units (e.g. two psychometric tests, using the same metric, such as z-scores or T-scores). The absolute difference between X and M is a useful metric, although not the only possible one (i.e. the prodcut term could also be used).
denominator

6

You won't find a formal proof for using multiplicative moderator. You can support this approach by other means. For instance, look at the Taylor-MacLaurin expansion of a function f(X,M):

f(X,M)=f(0,0)+f(0,0)TT+f(0,0)MM+2f(0,0)TMTM+2f(0,0)2T2T2+2f(0,0)2M2M2

If you plug a function of this form f(X,M)=β0+βXX+βMM+βXMXM into the Taylor equation, you get this:

f(X,M)=β0+βXX+βMM+βXMXM

So, the rationale here is that this particular multiplicative form of the moderation is basically a second order Taylor approximation of a generic moderation relationship f(X,M)

UPDATE: if you include quadratic terms, as @whuber suggested then this will happen:

g(X,M)=b0+bXX+bMM+bXMXM+bX2X2+bM2M2
plug this into Taylor:
g(X,M)=b0+bXX+bMM+bXMXM+bX2X2+bM2M2

This shows that our new model g(X,M) with quadratic terms corresponds to a full second order Taylor approximation, unlike the original moderation model f(X,M).


Since the basis of your argument is the Taylor expansion, why did you not also include the other two quadratic terms X2 and M2? True, they are not forms of moderation, but their inclusion in the model usually will affect βXM.
whuber

@whuber, I decided to keep the post short - that's the main reason. Otherwise, I started writing about my preference to include second order terms whenever you have a cross term, then cut it out.
Aksakal almost surely binary
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.