当前位置: 首页 > article >正文

R数据分析:有调节的中介与有中介的调节的整体介绍

单独的有调节的中介或者有中介的调节好多同学还大概能看明白,但是两个东西一起说我发现大部分同学就懵逼了。今天我就尝试将两种方法一起讲讲,重点帮助大家厘清两种方法的异同。

先从整体上看下两者的概念:

有中介的调节首先落脚在调节,调节作用必须是显著的,并且这个调节作用的实现过程要通过中介变量。

the ideal-typical mediated moderation is first of all a significant moderation. In simple terms, Mediated Moderation tests whether a moderator variable W affects the dependent variable Y indirectly through the mediator variable M. In this model, the moderator does not directly influence the mediator or the outcome, but changes how the mediator’s effect is transferred to the dependent variable.

调节变量(moderator)通过中介变量(mediator)间接影响因变量(outcome)。直观理解:

  • 假设我们研究工作压力 X如何影响工作满意度 Y,以及性别 W是否调节这种关系。研究发现,工作压力影响工作满意度的过程是通过焦虑 M实现的,而性别 W 调节了工作压力对焦虑的影响。

下图就是一个典型的有中介的调节作用模型(当然不是唯一的):

而有调节的中介指的是调节变量影响了中介作用具体指的是有一个调节变量会影响间接效应,在调节变量的一个水平上间接效应是显著的,另一个水平上间接效应就没了。关注的是调节变量 W是否会改变中介变量 M的效应(即间接效应是否被调节)

A moderated mediation then exists if this moderator effect is applied to an indirect path from the IV to the DV via a mediator (MED). So there is an indirect effect, the strength of which depends on the moderator and therefore the strength of the overall effect depends on the moderator.

下图就是一个典型的有调节的的中介作用模型(当然也不是唯一的):


http://www.kler.cn/a/509016.html

相关文章:

  • 【PCL】Segmentation 模块—— 欧几里得聚类提取(Euclidean Cluster Extraction)
  • HBase实训:纸币冠字号查询任务
  • MySQL程序之:连接到服务器的命令选项
  • PyBroker:利用 Python 和机器学习助力算法交易
  • 技术晋升读书笔记—华为研发
  • 关于AWS网络架构的思考
  • [ Spring ] Install Nacos on Ubuntu24
  • 【汇编语言】直接定址表(一)—— 「从单元标号到跨段数据:解锁汇编语言的隐藏技巧」
  • 【Rust自学】13.4. 闭包 Pt.4:使用闭包捕获环境
  • 信贷业务术语详解:深入理解金融领域的核心概念
  • js常用操作符
  • macOS安装的Ubuntu 20 VM虚拟机扩充磁盘的便捷方式
  • OpenWRT Conserver 共享串口服务实现
  • Linux UDP 编程详解
  • B3DM转换成XYZ
  • AI面试官
  • 深入HDFS——数据上传源码
  • wireshark上没有显示出来rtp协议如何处理
  • 群论学习笔记
  • Windows图形界面(GUI)-QT-C/C++ - Qt Table Widget详解教程
  • 【深度学习】Pytorch:在 ResNet 中加入注意力机制
  • 架构思考与实践:从通用到场景的转变
  • AI的出现,是否能替代IT从业者?
  • 如何使用Python将长图片分隔为若干张小图片
  • 数仓建模(五)选择数仓技术栈:Hive ClickHouse 其它
  • 函数(函数的概念、库函数、自定义函数、形参和实参、return语句、数组做函数参数、嵌套调用和链式访问、函数的声明和定义、static和extern)