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

📄 zt_smp_5.ado

📁 是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到
💻 ADO
字号:
*! version 5.0.1  15sep2004
program define zt_smp_5 /* touse if in more_may_be_str_vars more_num_vars */
	version 5.0, missing
	local touse "`1'"		/* required */
	local if "`2'"			/* optional */
	local in "`3'"			/* optional */
	local by "`4'"			/* optional */
	local adj "`5'"			/* optional */

	local t : char _dta[st_t]
	local t0 : char _dta[st_t0]
	local d : char _dta[st_d]
	local id : char _dta[st_id]
	local w  : char _dta[st_w]

	mark `touse' `if' `in' `w'
	markout `touse' `t' `t0' `d' `adj'
	markout `touse' `by' `id', strok 

	qui count if `touse'
	if _result(1) == 0 { 
		di in red "no observations"
		exit 2000
	}
end

⌨️ 快捷键说明

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