避免多重共线性: 在手动生成虚拟变量并加入模型时,要注意避免多重共线性问题。通常,需要删除一个或多个虚拟变量(如删除基准年份的虚拟变量),以确保模型的可识别性和有效性。 通过以上方法,通常可以解决 "factor-variable operators not allowed" 错误,并成功将因子变量纳入统计分析模型中。
predict lpacf, resid 可这样依然会提示“factor-variable and time-series operators not allowed”。 你可能还会想,咦,是括号不对吧,再加上括号... 这样继续肝下去身体还要不要啦?! 正确的方法是,通过先生成对应的log运算变量,再运行命令。 clear use "/Users/mac/Desktop/数据/计算/基础指标完成" tsset id...
1.Sobel检验中,标准误、Z值和P值都没有(如下图),请问是什么原因?2.在另一个模型中,我想用的自变量是滞后一期值L.X,但是当我输入sgmediation Y, mv(Z) iv( L.X)时候,输出结果提示:factor-variable and time-series operators not allowed(error in option iv( )),这种情况怎么办呢?1.几个小...
使用下述半参命令的时候发现总是报错,不知道错在哪里,求大佬指正!xtsemipar lnprice hs hw hc ca ba gr ,nonpar(hp) robust xtitle(hp) ytitle(lnprice) ci报错:factor-variable and time-series operators not allow yxzdh 三年级 6 没太用过半参估计的,但是似乎xt这个是面板数据的?stata给出的例子里...
Dear Statausers, When I run this command: tsset dtt probit y l.x1 l.x2 mfx I get the following error: factor variables and time-series operators not allowed r(101); What could be the reason for no mfx for lagged variables in time-series? Or am I missing something? Any comments woul...
2.在另一个模型中,我想用的自变量是滞后一期值L.X,但是当我输入sgmediation Y, mv(Z) iv( L.X)时候,输出结果提示:factor-variable and time-series operators not allowed(error in option iv( )),这种情况怎么办呢? 1.几个小时前一个学术群里面刚好在讨论这个中介效应模型,我不想回答这个中介效应检验的问...