📄 fron_p.dlg
字号:
/*
predict (after frontier)
*! VERSION 1.1.2 28mar2005
*/
VERSION 9.0
INCLUDE _std_large // ** set POSTINIT to match
INCLUDE header
HELP hlp1, view("help frontier postestimation")
RESET res1
SCRIPT POSTINIT
BEGIN
script _p_gentype_setLarge
END
DIALOG main, label("predict - Prediction after estimation") tabtitle("Main")
BEGIN
INCLUDE _p_gentype
GROUPBOX gb_opts _lft _ls _iwd _ht12, /*
*/ label("Produce:")
RADIO rb_xb _indent _ss _inwd ., first /*
*/ option(xb) /*
*/ onclickon(script _p_gentype_single) /*
*/ label("Fitted values (a + B*x[i])")
RADIO rb_stdp @ _ss @ ., /*
*/ option(stdp) /*
*/ onclickon(script _p_gentype_single) /*
*/ label("Standard error of the prediction")
RADIO rb_u @ _ss @ ., /*
*/ option(u) /*
*/ onclickon(script _p_gentype_single) /*
*/ label("Technical inefficiency component via E(u[i] | e[i])")
RADIO rb_m @ _ss @ ., /*
*/ option(m) /*
*/ onclickon(script _p_gentype_single) /*
*/ label("Technical inefficiency component via M(u[i] | e[i])")
RADIO rb_te @ _ss @ ., /*
*/ option(te) /*
*/ onclickon(script _p_gentype_single) /*
*/ label("Technical efficiency or cost efficiency when -cost- is specified")
RADIO rb_score @ _ss @ ., last /*
*/ option(score) /*
*/ onclickon(script _p_gentype_multiple) /*
*/ label("Equation-level scores")
END
INCLUDE _p_gentype_sc
INCLUDE ifin
INCLUDE _type_list_fd
PROGRAM command
BEGIN
put "predict "
put " " /program _p_gentype_output
INCLUDE _ifin_pr
beginoptions
option radio(main rb_xb rb_stdp rb_u rb_m rb_te rb_score)
endoptions
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -