📄 _svar_post.ado
字号:
*! version 1.0.0 16sep2002
program define _svar_post, eclass
version 8.0
tempname bsvar vsvar
mat `bsvar' = e(b_var)
mat `vsvar' = e(V_var)
local dfr = e(df_r_var)
eret post `bsvar' `vsvar'
if "`dfr'" != "" {
ereturn scalar df_r = `dfr'
}
end
exit
_svar_post post is a helper routine for VAR/SVAR programs.
This program gets the coef and VCE information, and df_r
from svar estimates and makes them the active results so that test will work
on the underlying VAR estimates
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -