程序是这样的:
52 proc reg data=b;
53 model bhar= large_buy Dummy_insti ananum insti_sharept
53 ! fundsec_sharept BM1 size lowgrowth Ch_Cenratio P_Shcn1 Ch_Shcn1 Inddirpt
54 ;
55 run;
然后就出现了warning
WARNING: The variable _NAME_ or _TYPE_ exists in a data set that is not TYPE=CORR, COV, SSCP,
etc.
那位高手给解答一下啊