代码拉取完成,页面将自动刷新
*! Date : 5feb2015
*! Author : Thomas Grund, Linkoping University
*! Email : contact@nwcommands.org
capture program drop nwsort
program nwsort
version 9.0
syntax [anything(name=netname)], by(varlist) [ ATTributes(varlist) xvars stable ]
local attribute_full `attributes' `by'
local attribute : list uniq attribute_full
_nwsyntax `netname', max(1)
local id = `id'
preserve
qui nwload `netname', labelonly
qui drop if _n > `nodes'
qui gen _running = _n
qui if "`attribute'" != "" {
putmata `attribute', replace
}
sort `by', `stable'
putmata permutationVec = _running, replace
qui nwname `netname', newlabsfromvar(_nodelab)
restore
mata: nw_mata`id' = nw_mata`id'[permutationVec,permutationVec]
foreach oneatt in `attribute' {
capture confirm numeric variable `oneatt'
mata: `oneatt' = `oneatt'[permutationVec]
if _rc == 0 {
mata: st_store((1::`nodes'),"`oneatt'", `oneatt')
}
else {
mata: st_sstore((1::`nodes'),"`oneatt'", `oneatt')
}
capture mata: mata drop `oneatt'
}
if "`xvars'" == "" {
nwload `netname'
}
capture mata: mata drop permutationVec
end
*! v1.5.0 __ 17 Sep 2015 __ 13:09:53
*! v1.5.1 __ 17 Sep 2015 __ 14:54:23
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。