R中的SEM路径分析(变量标准化)(SEM

编程入门 行业动态 更新时间:2024-10-28 15:33:28
R中的SEM路径分析(变量标准化)(SEM-Path analysis in R (standardization of variables))

我正在R中运行plspm库,以便在我的模型中查找变量的直接效果和权重。 在:

sales_pls <- plspm(input_file, sales_path, sales_blocks, scheme = "centroid", scaled = TRUE, modes = sales_modes)

当我使用scaled = True R时,会自动通过X-μ/σ进行标准化。

我的问题是,如果我用最大值标准化我的数据并设置scaled = FALSE,输出中的权重将参考标准化的原始数据或它们将参考标准化(X-μ/σ)数据?

谢谢

I am running the plspm library in R in order to find the direct effects and the weights of my variables in my model. In :

sales_pls <- plspm(input_file, sales_path, sales_blocks, scheme = "centroid", scaled = TRUE, modes = sales_modes)

when i use scaled = True R automatically does standardization by X-μ/σ .

My question is if i normalize my data with the maximum value and set scaled = FALSE, the weights in the output will refer on the raw data which is normalized or they will refer on the standardized (X-μ/σ) data?

Thanks

最满意答案

它们将引用标准化的原始数据。

They will refer to raw data which is normalized.

更多推荐

本文发布于:2023-08-04 20:27:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1421361.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:变量   路径   SEM

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!