请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
ods trace on ;
ods trace off; to get he table name of this output
then in the proc statement you use ods output out= to get the table in sas.
楼主请自己去帮助文档看 outest 这个关键字,这个是在proc reg 里面的一个option至于output out=,是输出y bar 以及y hat 一类具体值的,此外outstat= 用于输出各个指标
我想楼上的说ods trace 超过楼主要求太远。。。