结果:找到“replace”相关内容160个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
一个stata中关于replace的问题
6 个回复 - 10519 次查看
当Standard 数值为1且对应的CHR为空时,用同一StockID 和Date 的Standard值为2所对应的CHR值将其替换(也就是最后一行的CHR值填充到倒数第二行的空白处)
跪谢大神!!!!!!!!
2015-11-12 19:00 - Omit_JK - Stata专版
stata+replace
2 个回复 - 10095 次查看
使用stata中的
replace命令完成如下变化:
如果var1是文字1,则令var2替换为文字2。
replace var2="文字2" if var1=="文字1"
2021-3-31 11:30 - skmeiyoutu - Stata专版
stata 中的replace
0 个回复 - 825 次查看
replace the values of gpa in 3 of the observations with missing values.
replace gpa = . in 2/4
为什么这个命令要这样写,求赐教
2021-10-29 15:12 - zhangjian2009ab - Stata专版
replace命令
11 个回复 - 37040 次查看
在使用命令:
replace id="北京" if (id=="1")时,出现type mismatch错误,请问这是怎么回事?以及如何解决这一问题?
2015-4-8 21:41 - 跑赢大盘的SB - Stata专版
replace 命令一直报错,具体如下:
0 个回复 - 561 次查看
.
replace bdat=1600 if bdat=1604
invalid syntax
r(198);
.
replace bdat=1600 if bdat=="1604"
type mismatch
r(109);
.
replace bdat="1600" if bdat=="1604"
type mismatch
r(109);
.
replace ...
2021-3-30 17:09 - YolandaYao1 - 灌水吧
数据替换replace
2 个回复 - 1377 次查看
var2网络覆盖户数为一个字符型变量(因为包含“全覆盖”),我如何把“全覆盖”替换成var1全村户数呢?我用
replace var2 = var1 if var2=="全覆盖",显示数据类型不匹配,应该怎么做呀?求指教!!
2020-11-4 15:54 - 爱学习的小小思 - Stata专版
Replace Pioneer
2 个回复 - 1790 次查看
Replace Pioneer(官网:http://www.mind-pioneer.com)是一款专业的文本批量处理软件。只要给定任何纯文本文件或文件列表,只要准确设置转换规则,就能得到任何需要的结果,它衍生出来的功能几乎覆盖了纯文本处理的 ...
2013-1-22 00:30 - wang226 - SAS专版
r语言运用replace函数替换数据
3 个回复 - 15586 次查看
比如这样一个数据,我要基于这个数据新建一列(名称为status),其中1替换为married,0替换为unmarried
例如 status
1 unmarried
2 married
3 unmarried
4 married
这样的一列
2019-11-21 10:00 - Asura2 - R语言论坛
可以帮忙看看这个replace语句为什么不对,或者正确的应该怎样分类编号
1 个回复 - 1215 次查看
input str10 Accper
"12/31/2012"
"12/31/2014"
"12/31/2010"
"12/31/2016"
"12/31/2011"
"12/31/2013"
"12/31/2015"
"12/31/2009"
"12/31/2010"
"12/31/2013"
"12/31/2014"
"12/31/2011"
"12/31/2015" ...
2019-2-24 09:42 - 傻叉傻女孩 - Stata专版
如何replace满足特定条件的变量?
8 个回复 - 14460 次查看
请教一下大家,对于如下的面板数据,如何将样本期(time1~time6)中变量xyz取值全部为空值的对象(bbb),将其变量xyz取值在其整个样本期(time1~time6)中全部替换为123。
而对于样本期不全为空值的对象ccc它的变 ...
2016-9-23 22:45 - runman - Stata专版
有关Replacement cost的一些简单看法
0 个回复 - 1152 次查看
Advantage:
The current
replacement cost represents the value of the asset to the enterprise.
Disadvantage:
replacement cost is lack of objectivity.
2017-6-8 23:06 - 胡笳十八拍啊 - 爱问频道
搞不明白replace为什么时而可用、时而不可用
3 个回复 - 1551 次查看
今天写程序用到很多
replace命令,但是有的地方
replace var1=0 if var2>=5这样的程序就可以用;有的地方就不能用。不明白为什么?
使用help
replace,里面都是讲
replace 和 generate的区别,也没解决我的问题。
举 ...
2016-6-8 20:21 - 007kimmy - Stata专版