结果:找到“found where ‘:’expected”相关内容6个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
addplot 命令出现' ' found where ':' expected
17 个回复 - 9561 次查看 求助各路大佬! 多期DID平行趋势检验用的是下面的命令 xtreg Y xh* x1 x3 x4 x7 x9 x11 L i.year1,fe coefplot, baselevels keep(xh*) vertical yline(0) ytitle("政策效应") xtitle("政策前后") addplot(li ...2022-7-31 21:23 - Anran-c - Stata专版
关于bdiff命令出现found where '(' expected的疑问
9 个回复 - 5981 次查看 使用连玉君老师的bdiff命令,出现了看不懂的错误指令... 代码如下: *费舍尔组合检验 (Fisher's Permutation test) xtset id Year gen turnover_test=1 if turnover>ind_turnover replace turnover_test=0 i ...2021-4-26 09:37 - Minow233 - Stata专版
stata显示'x' found where numeric variable expected
3 个回复 - 9602 次查看 描述性统计结果时,显示'x'(变量) found where numeric variable expected 请教大神,这种怎么处理,这个变量是字母,是不是没有转化为数值的原因,这种怎么转化为数值,直接用destring x,replace force转化就会 ...2019-8-14 11:01 - Albert3 - Stata专版
[数据管理求助] '*' found where number expected r(7);
0 个回复 - 1174 次查看 执行这段代码 esttab fe fe10 using 控制个体时间回归.rtf,replace b(%12.3f) se(%12.3f) nogap compress drop(*.X6*.X7) s(N r2 r2_a X6 X7)star(*0.1 ** 0.05 ***0.01),显示 '*' found where number expected r(7 ...2022-8-12 01:19 - 13539823590 - Stata专版
请问如何解决mata中报错:“'if' found where almost anything else expected“
0 个回复 - 1344 次查看 在mata中,我用下述代码生成了一个1行2列的随机行向量。我想要验证它是否在设置的解空间内,于是用if-else语句进行判断。其中x_lb是下界,x_ub是上界。注意在(x_new > x_lb)比较中,是这两个行向量对应位置的每一 ...2020-11-20 21:44 - 严玺之 - Stata专版
求助:nothing found where equation name expected
2 个回复 - 7090 次查看 跑paper的code,里面有一行: xi:ml model lf pr_iv_3r (ever_ret = `dv' `xv' nwatta_a) (any_da = `dv' `xv' nwatta_a) (any_dep = `dv' `xv' nwatta_a) (nwatta_a=`zv' `xv') / rho1 / rho2 / rho3 / pi1 / gamm ...2013-7-5 08:45 - yichizh - Stata专版