ZJUTADAC的个人博客分享 http://blog.sciencenet.cn/u/ZJUTADAC

博文

按标题搜索
这才是理论,笨蛋!
2022-4-12 10:03
来源:Aguinis, H., Cronin, M. A. (2022). It’s the Theory, Stupid. Organizational Psychology Review. https://doi.org/10.1177/20413866221080629 浙江工业大学 萧文龙团队 整理 本研究是一篇用“理论”来回答“作为研究的生产者、评价者和消费者,应该关注的首要问题是什么?”的综述性的研究。通过 ...
个人分类: 经验分享|1232 次阅读|没有评论
[Knowledge Sharing]
2022-4-6 10:06
Why a reviewer asks for random? Why we need to report effective size: f square? : 1.为什么reviewer要求交代(随机)random?2.为什么要用effective size: f square? 有老师们询问2个问题,一并回答如下: 1.为什么reviewer要求随机?2.为什么要用effecti ...
个人分类: 结构方程模型|937 次阅读|没有评论
[Knowledge Sharing]
2022-3-29 09:53
Surprised: 有资深教授说:PLS已实质含盖CB-SEM功能。统计分析上,PLS功能及实用性已大于CB-SEM等......是不精确的知识。 Answer: 到2022年,最新发展的正确知识是,SEM以CB-SEM为主,发展了数十年,功能众多,但无法解决所有问题。PLS-SEM也发展 ...
个人分类: 结构方程模型|978 次阅读|没有评论
2cPath Coefficient Power Analysis
2022-3-22 09:33
SSpower - function(modelpop,modelana,n,alpha=.05,anadf=1){ require(lavaan) dat - simulateData(modelpop,sample.nobs=1000) fit - sem(modelpop,data=dat,meanstructure=T) sigmahat - fit@Fit@Sigma.hat ] muhat - fit@Fit@Mu.hat ] colnames(sigma ...
个人分类: power analysis|1112 次阅读|没有评论
2bCFA Power Analysis
2022-3-15 10:15
library(lavaan) popModel - A=~0.641*x1+0.653*x2+0.760*x3+0.760*x4 B=~0.727*x5+0.756*x6+0.899*x7 C=~0.574*x8+0.689*x9+0.697*x10 D=~0.685*x11+0.575*x12+0.549*x13 E=~0.750*x14+0.743*x15+0.648*x16+0.634*x17 F=~0.796*x18+0.741*x19+0.691*x20 G=~0.769*x21+0.739*x22+0.747*x23 H=~0.803*x24+0 ...
个人分类: power analysis|925 次阅读|没有评论
2aModel Fit Power Analysis
2022-3-8 10:04
################################################## ################## power4SEM #################### ########### created by Suzanne Jak ############### ################################################## # Load packages if(!require(shiny)){install.packages('shiny')} if(!require(s ...
个人分类: power analysis|1038 次阅读|没有评论
1 PLS-Power Analysis
2022-3-1 09:32
编码如下: library(devtools) library(lavaan) library(snow) library(simsem) library(matrixpls) model-! regressions A=~0.753*x1 A=~0.757*x2 A=~0.812*x3 A=~0.830*x4 B=~0.842*x5 B=~0.812*x6 B=~0.905*x7 C=~0.743*x8 C=~0.789*x9 C=~0.822*x10 D=~0.807*x11 D=~0.747*x12 D=~0.722*X ...
个人分类: power analysis|955 次阅读|没有评论
PLS-SEM路径系数统计检定力
2022-2-22 11:56
【 Knowledge Sharing 】 SEM Power analysis (avoid type II error ) Series 1 PLS-SEM 路径系数统计检定力 Wen-Lung Shiau ( 萧文龙 ) Hao Chen ( 陈豪 ) 檢定力分析 (power analysis) 在虛無假設顯著性檢定 (Null Hypothesis Significant Test, NHS ...
个人分类: 结构方程模型|4587 次阅读|没有评论
CB-SEM的模型适配的统计检定力
2022-2-16 08:02
【 Knowledge Sharing 】 SEM Power analysis (no type II error ) Series 2 : CB-SEM 的模型适配的统计检定力 Wen-Lung Shiau ( 萧文龙 ) Hao Chen ( 陈豪 ) 檢定力分析 (power analysis) 在虛無假設顯著性檢定 (Null Hypothesis Significant Test, NHST) 中,扮演著極重要的角色,用來避免 ...
个人分类: 结构方程模型|1919 次阅读|没有评论
CB-SEM CFA统计检定力
2022-2-15 09:53
SEM Power analysis (no type II error ) Series 3 : CB-SEM CFA 统计检定力 Wen-Lung Shiau ( 萧文龙 ) Hao Chen ( 陈豪 ) 检定力分析 (power analysis) 在虚无假设显著性检定 (Null Hypothesis Significant Test, NHST) 中,扮演着极重要的角色,用来避免 型 II 错误,以 ...
个人分类: 结构方程模型|1226 次阅读|没有评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-27 07:55

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部