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

📄 qqplot_98s.dlg

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

*!  VERSION 1.1.0  21mar2005

*/

VERSION 9.0

INCLUDE graph_header
INCLUDE header

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

DIALOG main,label("qqplot - Quantiles-quantiles plot") tabtitle("Main")
BEGIN
  TEXT     tx_var1       _lft       _top       _iwd	 .,		///
	label("Quantiles variable1:")
  VARNAME  vn_var1       @          _ss       _vnwd      .,		///
	label("Quantiles variable1")

  TEXT     tx_var2       _lft       _ls       _iwd       .,		///
	label("Quantiles variable2:")
  VARNAME  vn_var2       @          _ss       _vnwd      .,		///
	label("Quantiles variable2")
END

INCLUDE ifin
INCLUDE p1_opts
INCLUDE line_opts
INCLUDE gr_twoway_98s

SCRIPT PREINIT
BEGIN
	script p1_opts_createAsNoRange
	script p1_opts_setDefaultScatter
END


PROGRAM command
BEGIN
        put "qqplot "
        varlist main.vn_var1
        varlist main.vn_var2
        INCLUDE _ifin_pr
	beginoptions
		put " " /program p1_opts_recast_output
		put " " /program line_opts_rlopts_output
		put " " /program gr_twoway_output
	endoptions
END

⌨️ 快捷键说明

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