Hello everyone, I'm running a multiple regression by group; basically, I have a long list of stock trade data for various companies organized by ticker symbol and a regression is being run by symbol. The result is a set of parameter estimates for each company. When it's time to copy these parameter estimates into excel, it takes me ages because each set of parameter estimates is in a table on its own and i have to manually copy + paste the contents one by one. Is there anyway to have all parameter estimates appear in one table by ticker symbol? Something like this: Ticker Symbol (Parameter estimate A) (Parameter estimate B) ABC 0.002 12 BBB 0.013 4 D 0.004 14 XYZ 0.079 9 Since a lot of the parameter estimates have several zeros after the decimal (for example: 0.0000002331), I need to make sure the table provides enough decimal places for the estimates (in other words, I don't want it to be reported as "0.00"). Any help is greatly appreciated. As a SAS beginner, I must say I have learnt a great deal from these boards. Thanks in advance.
... View more