xtcnt_common_p.idlg

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· IDLG 代码 · 共 47 行

IDLG
47
字号
/*
	xtcnt_common_p.idlg

	This is an INCLUDE file for the -predict- dialogs that go with
	-xtpoisson, re/fe- and -xtnbreg, re/fe-.

*!  VERSION 1.0.0  31mar2005

*/

DIALOG main, label("predict - Prediction after estimation") tabtitle("Main")
BEGIN
  INCLUDE  _p_gentype

  GROUPBOX gb_opts           _lft      _ls       _iwd      _ht8,	/*
		*/ label("Produce:")
  RADIO    rb_xb             _indent   _ss       _inwd     ., first	/*
		*/ option(xb)						/*
		*/ label("Fitted values")
  RADIO    rb_stdp           @         _ss       @         .,		/*
		*/ option(stdp)						/*
		*/ label("Standard error of the fitted values")
  RADIO    rb_nu0            @         _ss       @         .,		/*
		*/ option(nu0)						/*
		*/ label("Predicted number of events assuming u_i = 0")
  RADIO    rb_iru0           @         _ss       @         ., last	/*
		*/ option(iru0)						/*
		*/ label("Predicted incidence rate assuming u_i = 0")

  INCLUDE  _p_nooffset
END

INCLUDE _p_gentype_sc
INCLUDE ifin
INCLUDE _type_list_fd

PROGRAM command
BEGIN
	put "predict "
	put " " /program _p_gentype_output
	INCLUDE _ifin_pr
	beginoptions
		option radio(main rb_xb rb_stdp rb_nu0 rb_iru0)
	endoptions
	INCLUDE _p_nooffset_pr
END

⌨️ 快捷键说明

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