Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
group.equal loadings-未能计算标准误差Lavan_R - Fatal编程技术网

group.equal loadings-未能计算标准误差Lavan

group.equal loadings-未能计算标准误差Lavan,r,R,我正在进行多组分析。这里一切正常: fitcfa.inv3b <- cfa(cfa, data=smart, group = "gender", meanstructure = TRUE, group.equal=c("loadings", "lv.variances"), group.partial = c("housing ~~ housing", "transp ~~ transp", "foodsec ~~ foodsec", "service ~~ service", "ag

我正在进行多组分析。这里一切正常:

fitcfa.inv3b <- cfa(cfa, data=smart, group = "gender", meanstructure = TRUE,
group.equal=c("loadings", "lv.variances"), group.partial = 
c("housing ~~ housing", "transp ~~ transp", "foodsec ~~ foodsec", 
"service ~~ service", "age ~~ age"))

fitcfa.inv3b没有数据很难判断。如果模型不可识别,我会说您的数据量不足。我会假设添加df不会导致模型从已识别到未识别-这就是为什么我觉得它如此奇怪的原因。我也有一个超过900的巨大N!没有数据很难说。如果模型不可识别,我会说您的数据量不足。我会假设添加df不会导致模型从已识别到未识别-这就是为什么我觉得它如此奇怪的原因。我也有一个超过900的巨大N!
fitcfa.inv4 <- cfa(cfa, data=smart, group = "gender", meanstructure = TRUE,
group.equal=c("loadings", "lv.variances", "intercepts"), group.partial = 
c("housing ~~ housing", "transp ~~ transp", "foodsec ~~ foodsec", 
"service ~~ service", "age ~~ age"))