vecstable_98s.dlg
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· DLG 代码 · 共 31 行
DLG
31 行
/*
vecstable_98s.dlg
Special version of vecstable for windows 98 (**SMALL**)
*! VERSION 1.0.0 16jul2004
*/
VERSION 8.0
INCLUDE graph_header
INCLUDE header
HELP hlp1, view("help vecstable")
RESET res1
DIALOG main, tabtitle("Main") ///
label("vecstable - Check stability condition of VECM estimates")
BEGIN
INCLUDE _varstable_common
END
INCLUDE _varstable_common_98s_pr
PROGRAM command
BEGIN
put "vecstable"
put /program varstable_output
END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?