sas里如何将reg回归出来的参数,包括r2,输出在sas表格中?
还有,sas里规划求解应该怎么用?
谢谢先。。
请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
first you need to use
ods trace on;
ods trace off;
to get the table 's name
then you use ods output out = statement ot get the table