我正在做 polychoric-to-sem 的工作。我从我的代码中收到错误消息。
当我执行这些命令时
forvalues i=1/`: word count `thevars' ' {
forvalues j=1/`i' {
local setcor `setcor' `=polychR[`i',`j']'
}
if `i' < `: word count `thevars' ' local setcor `setcor' \
}
local N = _N
来自 Stata 的错误消息是
program error: matching close brace not found
program error: matching close brace not found
在此旁边,我尝试ssd
了命令,如
ssd init `thevars', clear
错误信息是:
no; data in memory would be lost
即使在保存现有数据后我也尝试过,但错误消息仍然没有结果。
在这两个步骤中我哪里出错了?