⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wntestb_98.dlg

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 DLG
字号:
/*
	wntestb_98

*!  VERSION 1.1.0  22mar2005

*/

VERSION 9.0

INCLUDE graph_header
INCLUDE header

HELP hlp1, view("help wntestb")
RESET res1

DIALOG main, tabtitle("Main")	///
	label("wntestb - Bartlett's periodogram-based test for white noise")
BEGIN
  DEFINE _x _xsetbu
  DEFINE _y _top
  INCLUDE _bu_tsset
  TEXT     tx_var		_lft	_top	_cwd2	.,		///
	label("Variable:")
  VARNAME  vn_var		@	_ss	_vnwd	.,		///
	label("Variable") allowts
  GROUPBOX gp_results		@	_ls	_cwd1	_ht4,		///
	label("Results")
  RADIO    rb_graph             _indent _ss     _inwd   .,		///
	label("Show graph") first option(NONE)				///
	onclickon(script graph_on)
  RADIO    rb_table             @       _ss     @       .,		///
	label("Display table") last option(table)			///
	onclickon(script graph_off)
  DEFINE   _x  _lft
  DEFINE   _cx _spr
  DEFINE   _y  _xxls
  INCLUDE  _sp_level
END

SCRIPT graph_on
BEGIN
	script p1_opts_enable
	script addplot_enable
	script gr_twoway_enable
END

SCRIPT graph_off
BEGIN
	script p1_opts_disable
	script addplot_disable
	script gr_twoway_disable
END

INCLUDE ifin
INCLUDE p1_opts
INCLUDE addplot
INCLUDE gr_twoway_98

SCRIPT PREINIT
BEGIN
	script p1_opts_createAsNoRange
	script p1_opts_setDefaultScatter
END

PROGRAM command
BEGIN
	put "wntestb "
	varlist main.vn_var
	INCLUDE _ifin_pr
	beginoptions
		option radio(main rb_graph rb_table)
		INCLUDE _level_main_pr

		put " " /program p1_opts_output
		put " " /program addplot_output
		put " " /program gr_twoway_output
	endoptions
END
/* end */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -