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

📄 _epitab_stdopts.idlg

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

*! VERSION 1.1.0  16nov2004

*/

  GROUPBOX gb_std	_lft	_ls	_cwd1	_ht10h,		///
	label("Within-stratum weights")
  RADIO    rb_mstd	_indent	_ss	_inwd	.,		///
	first option(NONE) label("Use Mantel-Haenszel")		///
	onclickon(script mstd_on)
  RADIO    rb_estd	@	_ss	@	.,		///
	label("Use external") option(estandard)			///
	onclickon(script estd_on)
  RADIO    rb_istd	@	_ss	@	.,		///
	label("Use internal") option(istandard) 		///
	onclickon(script istd_on)
  RADIO    rb_vstd	@	_ss	@	.,		///
	last option(NONE) label("User-specified variable:")	///
	onclickon(script vstd_on)
  VARNAME  vn_vstd	_indent2 _ss	_vnwd	., 		///
	option(standard)					///
	label("Within-stratum weight variable")
  CHECKBOX ck_pool      _lft	+45	_cwd1	.,		///
	option(pool) label("Display pooled estimate")
  CHECKBOX ck_nocrude	@	_ms	@	.,		///
	option(nocrude) label("No crude estimate")
  CHECKBOX ck_nohom	@	_ms	@	.,		///
	option(nohom) label("No homogeneity test")

⌨️ 快捷键说明

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