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

📄 gprobit.dlg

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

*! VERSION 1.1.0  02dec2004

  keyword:  eclass

*/

VERSION 9.0

INCLUDE _std_large
INCLUDE header
HELP hlp1, view("help gprobit")
RESET res1

DIALOG main, label("gprobit - Weighted least-squares probit estimation")/*
		*/ tabtitle("Model")
BEGIN
  TEXT     tx_pos    _lft      _top      _cwd1     .,			/*
		*/ label("Outcome variable:")				/*
		*/
  VARNAME  vn_pos    @         _ss       _vnwd     .,			/*
		*/ label("Outcome variable")				/*
		*/
  TEXT     tx_pop    _vlx      _top      _cwd1     .,			/*
		*/ label("Population variable:")			/*
		*/
  VARNAME  vn_pop    @         _ss       _vnwd     .,			/*
		*/ label("Population variable")				/*
		*/
  TEXT     tx_iv     _lft      _ls       _iwd      .,			/*
		*/ label("Independent variables:")			/*
		*/
  VARLIST  vl_iv     @         _ss       @         .,			/*
		*/ label("Independent variables")			/*
		*/ allowcat						/*
		*/
END

INCLUDE byifin
INCLUDE se

SCRIPT PREINIT
BEGIN
	script se_createAsJknifeBstrap
END

DIALOG rpt, tabtitle("Reporting")
BEGIN
  DEFINE _x _lft
  DEFINE _cx _spr
  DEFINE _y 20
  INCLUDE _sp_level
END

PROGRAM command
BEGIN
	allowxi
	INCLUDE _by_pr
	put "gprobit "
	varlist main.vn_pos main.vn_pop [main.vl_iv]
	INCLUDE _ifin_pr
	beginoptions
		put " " /program se_output
		optionarg /hidedefault rpt.sp_level
	endoptions
END

⌨️ 快捷键说明

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