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

📄 svy_mean.dlg

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

*! VERSION 1.1.2  15mar2005

  keyword:  eclass

*/

VERSION 9.0

INCLUDE _std_large
INCLUDE _ht320
INCLUDE header

HELP hlp1, view("help svy: mean")
RESET res1

DIALOG main, tabtitle("Model") ///
	label("svy: mean - Estimate means for survey data")
BEGIN
  TEXT     tx_vars   _lft      _top      _iwd      .,			///
		label("Variables:")
  VARLIST  vl_vars   _lft      _ss       @         .,			///
		label("Variables:")

  INCLUDE svy_stdize

  DEFINE _x _xsetbu
  DEFINE _y 290
  INCLUDE _bu_svyset

END

INCLUDE svy_stdize_pr

INCLUDE svy_subpop
INCLUDE svy_se
INCLUDE svy_rpt

PROGRAM svy_options
BEGIN
	beginoptions
		put " " /program svy_subpop_output
		put " " /program svy_se_output
		put " " /program svy_rpt_output
	endoptions
END

PROGRAM command
BEGIN
	put "svy"
	put /program svy_options
	put ": mean "
	varlist main.vl_vars
	if subpop.ck_ifin {
		put " " /program ifin_output
	}
	beginoptions
		put /program svy_stdize_output
		put " " /program over_output
		put " " /program svy_rpt_cmdoutput
	endoptions
END

⌨️ 快捷键说明

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