结果:找到“factor variable time series operators”相关内容27个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
动态面板回归时显示,factor variables and time-series operators not allowed,为什
24 个回复 - 60895 次查看 当做stata软件动态面板回归时显示,factor variables and time-series operators not allowed,为什么啊?2013-12-29 16:25 - kyuu123 - Stata专版
中介因子检验遇到factor-variable and time-series operators not allowed
6 个回复 - 11279 次查看 请问我做中介因子检验时,输入sgmediation 因变量,mv() iv( ) cv( 有5个)时,提示factor-variable and time-series operators not allowed要怎么解决呀?(为了简便,因变量、自变量、中介变量这些我都没有打出来) ...2021-10-8 16:47 - 冷漠艺术家 - Stata专版
对滞后一期的自变量去中心化:factor-variable and time-series operators not allo
4 个回复 - 3342 次查看 已经平衡面板数据了。对自变量RDC和RDP去中心化处理,如下: . center RDC,prefix(c) (generated variables: cRDC) 当期可以 .center L.RDP L2.RDP,prefix(c) factor-variable and time-series operators not ...2020-11-2 10:32 - LLZ-DAD - Stata专版
factor variables and time-series operators not allowed
48 个回复 - 124076 次查看 在做动态GMM时,stata运行显示“factor variables and time-series operators not allowed”,这是什么意思呢?如何解决之,请高手指教。2011-10-22 21:42 - fuxiao0912 - Stata专版
stata进行merge合并出现factor variables and time-series operators not allowed
14 个回复 - 27068 次查看 将两个文件进行merge命令合并,结果出现:factor variables and time-series operators not allowed,这是怎么回事呀? 所用代码如下: use 公司文件.dta, clear merge m:m id year ZF补助数据.dta, nogen 有没有 ...2019-3-19 09:36 - 甜菜蕾酱菠萝油 - Stata专版
做gologit2时出现factor variables and time-series operators not allowed
3 个回复 - 1512 次查看 请问在做gologit2时出现如下提示怎么办?gologit2 happ i.scpm slninc sedu emp lninc age edu health urban i.prov if female==1, npl(i.scpm edu) factor-variable and time-series operators not allowed r(1 ...2021-6-19 17:35 - LAN花花 - 灌水吧
winsor的时候factor-variable and time-series operators not allowed
5 个回复 - 6289 次查看 我用的是面板数据,想进行缩尾,结果显示factor-variable and time-series operators not allowed,请问应该怎么处理。我刚接触stata,请老师们可以讲的稍微详细一点,谢谢!2018-11-28 20:48 - M小白 - Stata专版
factor-variable and time-series operators not allowed lm检验出现缺失值
0 个回复 - 538 次查看 为什么会出现这个结果呢,求求大佬怎么解决2023-2-21 15:50 - 何老师的人 - Stata专版
LM检验-factor-variable and time-series operators not allowed
6 个回复 - 5257 次查看 用stata进行LM检验时,运行“spatdiag,weights(W) ”时出现如下报错:factor-variable and time-series operators not allowed 求问下是什么原因,怎样修正呢?? 源代码: W为空间权重矩阵,data为30个省市的10年 ...2022-2-6 20:49 - wuyifan628 - Stata专版
stata提示factor variables and time-series operators not allowed
3 个回复 - 4448 次查看 我做了一个多项logit,看看能否通过IIA检验,结果提示问题2018-12-5 17:40 - UniqueVip - Stata专版
进行PSM时出现factor variables and time-series operators not allowed
2 个回复 - 4129 次查看 进行PSM时报错,factor variables and time-series operators not allowed?是什么意思psmatch2 自变量 控制变量 i.year i.ind, out(cu_w) logit neighbor(1) common odds ties noreplacement2019-9-19 16:45 - 王小6 - Stata专版
急急急 为什么提示factor-variable and time-series operators not allowed
0 个回复 - 1701 次查看 order(PTA_degree_inf_all PTA_transitivity_inf_all PTA_closeness_inf_all PTA_brokerage_inf_all PTA_degree_sig_all PTA_transitivity_sig_all L2.PTA_degree_inf_all L2.PTA_transitivity_inf_all PTA_degr ...2022-5-30 20:16 - alexelly - Stata专版
stata执行sgmediation命令时出现factor-variable and time-series operators not allo
2 个回复 - 6270 次查看 执行sgmediation命令时出现factor-variable and time-series operators not allowed错误 命令如下: bootstrap r(ind_eff) r(dir_eff), reps(500): sgmediation nd33, mv(nnf9) iv(nb24) cv(a4 i.na5 i.na3 a71 nn ...2021-12-1 11:24 - Gan-LY - Stata专版
stata中进行LP半参数估计出现factor variables and time-series operators not allowe
1 个回复 - 2004 次查看 我利用2000年工业企业数据库数据进行LP估计, 输入一下命令levpet ln(va), free(lnL) proxy(lnM) capital(lnK) i(id) t(year) 时一直出现factor variables and time-series operators not allowed,不知道是什么问题 ...2017-5-17 11:12 - Janine_92 - Stata专版
做动态面板估计时出现factor variables and time-series operators not allowed这个错
1 个回复 - 3933 次查看 做动态面板估计时出现factor variables and time-series operators not allowed这个错误,是什么原因? 我的命令是 xi:xtlsdvc Lev1 Size Profit Growth Ndts Tang Lev_median i.year i.Ind,initial(ab) bias(3 ...2019-7-19 08:52 - wkkh - Stata专版
ivreg2用partial时提示factor-variable and time-series operators not allowed
7 个回复 - 21665 次查看 动态面板GMM,ivreg2命令说明里给的例子把年度变量partialling out,但我[/backcolor]用partial option的时候提示factor-variable and time-series operators not allowed,换了其他外生变量放到partial里也还是这个 ...2018-3-16 01:24 - cznbqw - Stata专版
stata处理面板数据时显示factor variables and time-series operators not allowed
3 个回复 - 15469 次查看 我在处理面板数据去除缺失值之后年份时按照连老师给的方法进行差分,比较年份与出现差分缺失值的最小年份,年份大于等于最小年份的去除。在此之前的操作时将第一行的差分缺失值替换为1,但是我使用bysort id:replace ...2019-10-13 14:28 - missalice111 - Stata专版
半参数回归,一直返回factor-variable and time-series operators not allowed
3 个回复 - 3383 次查看 紧急求助!!!用下述命令进行半参数分析,一直返回错误,求大佬指正 . semipar lnprice cc hs hw ca ba gr pr phr ht old,nonpar(hc) robust xtitle(lnHC) ytitle(lnPrice) ci factor-variable and time-series ...2020-2-9 16:18 - 告诉过生 - Stata专版
求助:做psm+did 结果出现factor variables and time-series operators not allowed
3 个回复 - 1740 次查看 命令不知道错在哪里了: diff y, t(d) p(t) kernel id(pid) logit cov(x1 x2 x3 i.country i.year) report support 这个i.country i.year是时间和城市固定效应。2019-9-19 12:02 - shidakaia9 - Stata专版
factor variables and time-series operators not allowed
3 个回复 - 1675 次查看 在做门限模型的时候输入出现“factor variables and time-series operators not allowed”? 请问大家要如何解决~2019-4-3 16:27 - don心空 - Stata专版
factor variables and time-series operators not allowed
2 个回复 - 2900 次查看 在做两个表格合并的时候,出现这个问题,是什么意思呢use C:\Users\Administrator\Desktop\论文数据\补充数据\stata1998\1998Neth.Antilles.dta,clear keep if tradeflowcode==1 save "C:\Users\Administrator\Des ...2017-4-19 11:19 - Zhangcf1 - Stata专版
factor variables and time-series operators not allowed
1 个回复 - 1936 次查看 用merge进行合并匹配时,总显示factor variables and time-series operators not allowed,这是为什么呢?应该如何处理?2017-6-29 22:11 - 李鹤然 - Stata专版
stata 做森林图 但是总出现 factor variables and time-series operators not allo
0 个回复 - 1263 次查看 求助大神, 第一次用stata 做生存分析,森林图 总是这个问题 不知道怎么办 求助。2017-3-8 22:18 - 丸子、君 - Stata专版
factor variables and time-series operators not allowed
5 个回复 - 9959 次查看 我想做面板数据的相关系数矩阵,pwcorr可以做但是只能星号显示一种显著性水平 用pwcorr_a可以星号标示三种显著性水平,但是用pwcorr_a命令做相关系数矩阵时会报错 factor variables and time-series operators n ...2016-8-6 22:56 - 人生若只如初见~ - Stata专版
用stata的xtptm程序做门限回归,factor variables and time-series operatorsnotallowe
1 个回复 - 3181 次查看 我输入的命令是 xtptm y x1 x2 x3 rx(x4) thrvar(x2) iters(1000) grid(200) regime(1) het(1) desc(1) 出来没有结果,是 factor variables and time-series operators not allowed r(101); 求助啊2014-6-14 17:01 - 为止99 - Stata专版
factor variables and time-series operators not allowed
1 个回复 - 4066 次查看 各位大神,帮忙看下如下这段code,并希望得到您对这三个问题的回复。初学者不慎惶恐。谢谢! forvalues k=1(1)3{ forvalues i=1(1)12{ insheet using `k'_Tave.txt,clear local j=`i'+6 gen mont ...2015-5-24 17:32 - 大碗的火烧云 - Stata专版