*-将结果输出到Excel文件中
global file "D:\AC_SFA"
local mm "m_01 m_02 m_03 m_03_OLS"
xml_tab `mm', save("$file") sheet(basic_model) replace ///
stats(N ll) format(NCCR3) tstat below ///
tblank(1) rblanks(LAST_ROW) ///
font("Times New Roman" 10) constant(Constant) ///
long nolabel
当输入 stats(N ll) format(NCCR3) tstat below时出unrecognized command:stats
求各位大神帮忙解决