代码拉取完成,页面将自动刷新
VERSION 10.0
SYNCHRONOUS_ONLY
INCLUDE _std_small
INCLUDE _ht350
INCLUDE header
HELP hlp1, view("help nwload")
RESET res1
SCRIPT PREINIT
BEGIN
program initialize
END
DIALOG main, title("nwload - Load Stata variables")
BEGIN
TEXT tx_net 50 40 140 ., label("Network:")
COMBOBOX cb_net 50 60 250 ., dropdownlist label("Network") contents(netlist) nomem
CHECKBOX cx_nocur 50 90 350 ., label("Do not make network the current network") option(nocurrent)
CHECKBOX cx_force 50 120 350 ., label("Force Stata variables for network with > 1000 nodes") option(force)
CHECKBOX cx_lab 50 150 350 ., label("Only labels") option(labelonly)
END
LIST netlist
BEGIN
// intentionally empty
// this list will be populated by _nwdialog.ado
END
PROGRAM initialize
BEGIN
put "_nwdialog nwload"
stata hidden immediate
END
PROGRAM command
BEGIN
put "nwload " main.cb_net
beginoptions
option main.cx_nocur
option main.cx_force
option main.cx_lab
endoptions
stata
END
*! v1.5.0 __ 17 Sep 2015 __ 13:09:53
*! v1.5.1 __ 17 Sep 2015 __ 14:54:23
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。