代码拉取完成,页面将自动刷新
capture program drop nworder
program nworder
syntax anything(name=netname) [, *]
_nwsyntax _all, max(9999) name(allnets)
preserve
clear
foreach v in `allnets' {
gen `v' = .
}
if "`options'" != "" {
qui order `netname', `options'
}
else {
qui order `netname'
}
qui ds
local newnetlist `r(varlist)'
restore
local newnetlist `r(varlist)'
qui foreach onenet in `newnetlist' {
nwduplicate `onenet', name(_dupl_`onenet')
}
qui nwdrop `newnetlist'
qui foreach onenet in `newnetlist' {
nwname _dupl_`onenet', newname(`onenet')
}
end
*! v1.5.0 __ 17 Sep 2015 __ 13:09:53
*! v1.5.1 __ 17 Sep 2015 __ 14:54:23
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。