请问您解决了嘛
. sysuse auto, clear
(1978 Automobile Data)
. local v "price wei len mpg" //填入变量名
. local s "Table2_corr" //存储的文件名(或路径\文件名)
. logout, save("`s'") excel replace: ///
>         pwcorr_a `v', format(%6.2f) //star(0.05)
option format() not allowed
我用这个命令 报错,有人指教一下嘛