📄 st_smpl.ado
字号:
*! version 6.0.1 15sep2004
program define st_smpl /* touse [if] [in] [maybe_str_vars] [num_vars] */
version 6, missing
if _caller()>=6 {
args touse if in by adj
mark `touse' `if' `in' `_dta[st_w]'
markout `touse' `adj'
markout `touse' `by', strok
qui replace `touse' = 0 if _st==0
qui count if `touse'
if r(N) == 0 {
di in red `"no observations"'
exit 2000
}
exit
}
zt_smp_5 `0'
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -