结果:找到“stata option”相关内容47个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
Stata作图的option问题
4 个回复 - 2993 次查看
用Stata作图还不是很熟练,对于Option运用还有问题。请高手指教。数据见附件。
就是想画个简单的折线图。
twoway line tradevalue yeartime,
ytitle("import value(Million Dollor) of Papaya" )
xtitle("M ...
2014-1-5 18:09 - yayacuiliu - Stata专版
stata面板门限option rx() not allowed
10 个回复 - 7116 次查看
本人在做面板数据的门槛模型时,软件提醒
option rx() not allowed[/backcolor],这是什么原因?有哪位大神知道吗?我的命令如下:[/backcolor]
. xtset coun year
panel variable: coun (strongly balan ...
2020-3-30 17:12 - 燃RAN - Stata专版
stata出现 option replace not allowed如何解决
3 个回复 - 1652 次查看
clear all
cd /Users/echo-7/研究生/课程论文/计量经济学 //设置为自己的工作路径
shp2dta using 中华人民共和国.shp, database(data_db) coordinates(data_xy) genid(id) gencentroids(stub) repalce
//shp文件 ...
2023-12-22 17:47 - echo-7 - Stata专版
stata一直出现xoption \ not allowed
3 个回复 - 942 次查看
在做
stata 多时点did 安慰剂检验:permute Audit beta=_b[Audit] se=_se[Audit] df=e(df_r) ,reps(500) seed(500) saving ("C
> :\Users\lhjdn\Desktop\ssT\anweiji.dta"):xtreg ESG2 Audit ROA Cashflow Indep O ...
2023-8-12 20:29 - njsjdx01 - Stata专版
stata出现option cluster( ) not allowed怎么办呢
0 个回复 - 1116 次查看
执行
*IV Probit - First Stage Coefficients
xi: ivprobit emp_m $control_m (age_gap = fine) if _est_bench == 1, twostep first
然后就出现
. *IV Probit
. eststo ivprobit: xi: ivprobit emp_m $contr ...
2022-8-26 01:07 - 曲奇Qee - Stata专版
spmap stata画地图 Problem with option label()
12 个回复 - 1501 次查看
想请问各位大神,spmap XXX using "prov_mergepcoor.dta", id(_ID) label(label(prov_ch) xcoord(x_coord) ycoord(y_coord) size(*.66)) fcolor(Oranges) 之后,
stata报错:Problem with
option label(): variable x ...
2017-10-5 17:15 - mdzlm - Forum
stata 利用lp法计算生产率结果显示option / required
7 个回复 - 10812 次查看
在用
stata计算生产率的时候,输入
. levpet logadd, free(logL) proxy(lnmaterial) captical(lnkzbcl) i(SIC) t(year) predict tfp ,omega
结果显示invalid 'omega'
于是我就去掉了后面部分,输入了
. le ...
2016-3-3 14:17 - 晨瑶丞瑶 - Stata专版
stata15的estimate没有option了吗
2 个回复 - 1442 次查看
est tab OLS_DID FE_DID, ar2(%9.3f) b(%9.3f) t(%9.3f) nogap compress indicate("year=_Iyear*") star(* 0.1 ** 0.05 *** 0.01)
不知道为啥输入这条命令后
ar2,nogap,compress,indicate都显示
option() not ...
2019-2-16 22:10 - 蠢猫猫 - Stata专版
stata做dea options的stage怎么设置?
0 个回复 - 658 次查看
命令如下:dea fixedassets gaexpense = deposit_public borrowing_interbank ,rts(vrs) ort(in) stage(1)
dea fixedassets gaexpense = deposit_public borrowing_interbank ,rts(vrs) ort(in) stage(2)
stage默认 ...
2019-1-3 17:07 - gaoxingpu1 - Stata专版