结果:找到“stata not found”相关内容70个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
stata出现__000001 not found是出了什么问题
18 个回复 - 14717 次查看
cap pro drop es
pro es
version 12.0
forv i=2005/2005{
use `i'
keep code date year yue r0
save `i',replace
}
use 2005
append using 2004
append using 2003
append using 2002
append using 2001 ...
2014-12-17 22:36 - 半残玩具 - Stata专版
Stata导入Excel数据总显示not found
15 个回复 - 28863 次查看
在Stata里导入Excel表格数据时总失败。已尝试过直接从file里选import导入,用import excel using文件地址,把Excel保存成csv文件,都显示我的Excel文件找不到。也试过直接复制数据到data edit里,但有几列数据总是红 ...
2020-8-4 21:55 - Soosonia - Stata专版
stata新手求助 _b not found r(111)
1 个回复 - 1678 次查看
做安慰剂检验,最后总是 _b
not found r(111)
use "D:\LHY\毕业论文\2-行业数据\全部\安慰剂检验\安慰剂检验\是否捐赠\是否捐赠原数据.dta",clear
xtset code
xtset Date
xtset Date_Donation
gen did=(Date> ...
2022-4-1 20:42 - 麦粒12138 - Stata专版
求助 stata Wald检验 [WX]not found 怎么解决
8 个回复 - 6030 次查看
//Wald检验代码
xsmle y x1 x2 x3 x4 ,wmat(w) model(sdm) robust nolog effects fe
test [Wx]x1=[Wx]=[Wx]x3=[Wx]x4=0
testnl([Wx]x1=-[Spatial]rho*[Main]x1)([Wx]x2=-[Spatial]rho*[Main]x2)([Wx]x3=-[Spatial ...
2021-1-24 20:11 - xiaodanstar - Stata专版
stata运行时显示variable __000001 not found
3 个回复 - 5002 次查看
代码如下
clear all
capture mkdir D:\360MoveData\Users\Desktop
cd D:\360MoveData\Users\Desktop
use D:/360MoveData/Users/Desktop/eventdates.dta, clear
joinby company_id using stockdata.dta
*For nu ...
2020-10-5 11:31 - berrypudd - Stata专版
Stata一直报错,file not found怎么办
1 个回复 - 4586 次查看
本人是个Stata小白,代码是在网上找的教程,改了改,我那个haiguanshuju文件夹有八千个Excel的文件,就这样写了,但是一直报错,原来那些i两边都有单引号的,老师让我删掉,最终结果是报错从找不到.csv文件变成了这个 ...
2021-10-8 20:01 - 喵喵了个叽 - Stata专版
stata新手:有关定义变量not found的问题
1 个回复 - 11353 次查看
使用的是计量经济学原理数据库里的br2.dta
要进行区间估计,选用了scalar语句。
gen sqft2=sqft^2
gen age2=age^2
sum price sqft age sqft2 age2 ,sep(0)
reg price sqft age sqft2 age2
scalar tc=invttai ...
2017-6-18 12:42 - gloriaGR - Stata专版
stata 中刚刚生成的权重矩阵时,在调用时为何显示not found?
2 个回复 - 5227 次查看
stata运行命令:
. spwmatrix gecon latitude longitude, wname(wecon) wtype(econ) econvar(pergdp) rowstand xport(wecon,txt)
Economic distance spatial weights matrix (31x 31) calculated successfully ...
2016-5-15 16:40 - 李子2012 - Stata专版
stata做循环,出现i not found
1 个回复 - 3805 次查看
求助各位论坛大神,这是想做一个股价走势的模拟,生成完有相关性的两个随机变量后,想根据前一个值,算后一个值,但怎么写都出错。
clear
matrix C = (1, .1, 1)
drawnorm x y, n(1000) corr(C) cstorage(lower)
...
2016-7-5 17:07 - wanghan2010 - Stata专版
stata中刚刚生成的权重矩阵再调用时为何显示not found?
3 个回复 - 6816 次查看
stata运行命令:
. spwmatrix gecon latitude longitude, wname(wecon) wtype(econ) econvar(manugrp) rowstand xport(wecon,txt)
Economic distance spatial weights matrix (285 x 285) calculated successf ...
2015-1-21 12:39 - princesama - Stata专版