yuxinying 发表于 2017-2-16 16:58 
谢谢Captain-CUI,明白了!
我也有和你一样的困惑,还请帮忙解释一下。
rx (varlist) is the regime-dependent variable(制度变量). Time-series operators are allowed.
qx (varname) is the threshold variable (门槛变量). Time-series operators are allowed.
xthreg y x1 x3, rx(x2) qx(x3) 的意思是不是,以x3为门槛,研究x2对y的影响?
xthreg y x1 x2, rx(x3) qx(x3)的意思是不是,x3对y的影响是否存在门槛效应?
如果研究x3为门槛,x1和x2对y的影响怎么写这个程序呢?