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

📄 xtfrontier.dlg

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

*!  VERSION 1.1.2  28mar2005

  keyword:  eclass

*/

VERSION 9.0

INCLUDE _std_large
INCLUDE _ht330
INCLUDE header

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

DIALOG main, label("xtfrontier - Stochastic frontier model with time-varying inefficiency effects") /*
		*/ tabtitle("Model")
BEGIN
  DEFINE _x _xsetbu
  DEFINE _y _top
  INCLUDE _bu_panelset
  INCLUDE _dviv_ts4set
  CHECKBOX ck_nocons       @         _ms         @       .,		/*
  		*/label("Suppress the constant term")			/*
  		*/option(noconstant)

  GROUPBOX gb_dist         _lft      _ls         _iwd    _ht4,		/*
  		*/label("Distribution of the inefficiency term")
  RADIO    rb_ti           _ilft     _ss        _cwd2    .,		/*
  		*/label("Time-invariant model") 			/*
		*/option(ti) first
  RADIO    rb_tvd          @         _ss        @        .,		/*
  		*/label("Time-varying decay model")			/*
		*/option(tvd) last

  GROUPBOX gb_options      _lft      _xls       _iwd     _ht9, 		/*
  		*/label("Options")

  RADIO    rb_default      _ilft     _ss        _ibwd    .,		/*
  		*/label("Fit model in terms of a production function (default)") /*
  		*/first
  RADIO    rb_cost         @         _ss        @        .,		/*
  		*/label("Fit model in terms of a cost function")	/*
  		*/last							/*
  		*/option(cost)
  DEFINE _x _ilft
  DEFINE _y _ms
  DEFINE _cx _ibwd
  INCLUDE _constraints

END

INCLUDE byifin
INCLUDE weights_fi
INCLUDE se

SCRIPT PREINIT
BEGIN
	script se_createAsJknifeBstrap
END

SCRIPT POSTINIT
BEGIN
	script max_setDefaultDifficult
	script se_setCluster_off
	script se_setTitleSE
END

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

INCLUDE max_ml

PROGRAM command
BEGIN
	INCLUDE _by_pr
	put "xtfrontier "
	varlist main.vn_dv [main.vl_iv]
	if !main.vl_iv & main.ck_nocons {
	  stopbox stop `""Suppress constant term" is selected without independent variables."'
	}
	INCLUDE _weights_pr
	INCLUDE _ifin_pr
	beginoptions
		option main.ck_nocons
		option radio(main rb_ti rb_tvd)
		INCLUDE _constraints_main_pr
		option main.rb_cost
		put " " /program se_output
		optionarg /hidedefault rpt.sp_level
		put " " /program max_output
END

⌨️ 快捷键说明

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