📄 cnreg.dlg
字号:
/*
cnreg
*! VERSION 1.1.0 02dec2004
keyword: eclass
*/
VERSION 9.0
INCLUDE _std_large
INCLUDE header
HELP hlp1, view("help cnreg")
RESET res1
DIALOG main, label("cnreg - Censored regression") ///
tabtitle("Model")
BEGIN
INCLUDE _dviv
TEXT tx_censor _lft _xls _iwd ., ///
label("Variable that identifies censored observations:")
VARNAME vn_censor @ _ss _vnwd ., ///
label("Variable that identifies censored observations") ///
option(censored)
TEXT tx_msg _vnsep @ _vnr ., ///
label(" (Censoring: -1 = left, 0 = none, 1 = right)")
TEXT tx_offset _lft _ls _cwd2 ., ///
label("Offset variable: (optional)")
VARNAME vn_offset @ _ss _vnwd ., ///
label("Offset variable") ///
option(offset)
END
INCLUDE byifin
INCLUDE weights_fa
INCLUDE se
SCRIPT PREINIT
BEGIN
script se_createAsJknifeBstrap
END
DIALOG rpt, tabtitle("Reporting")
BEGIN
DEFINE _x _lft
DEFINE _cx _spr
DEFINE _y 20
INCLUDE _sp_level
END
INCLUDE max_internal
SCRIPT POSTINIT
BEGIN
script max_setDefaultNoLog
END
PROGRAM command
BEGIN
allowxi
INCLUDE _by_pr
put "cnreg "
varlist main.vn_dv [main.vl_iv]
INCLUDE _weights_pr
INCLUDE _ifin_pr
beginoptions
require main.vn_censor
optionarg main.vn_censor
optionarg main.vn_offset
put " " /program se_output
optionarg /hidedefault rpt.sp_level
put " " /program max_output
endoptions
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -