|
|
沙发

楼主 |
发表于 2009-11-16 08:48:03
|
只看该作者
Re: proc reg 输出问题
[code:wxw8k98a]PROC REG < options > ;
< label: > MODEL dependents=<regressors> < / options > ;
BY variables ;
FREQ variable ;
ID variables ;
VAR variables ;
WEIGHT variable ;
ADD variables ;
DELETE variables ;
< label: > MTEST <equation, ... ,equation> < / options > ;
OUTPUT < OUT=SAS-data-set > keyword=names
< ... keyword=names > ;
PAINT <condition | ALLOBS>
< / options > | < STATUS | UNDO> ;
PLOT <yvariable*xvariable> <=symbol>
< ...yvariable*xvariable> <=symbol> < / options > ;
PRINT < options > < ANOVA > < MODELDATA > ;
REFIT;
RESTRICT equation, ... ,equation ;
REWEIGHT <condition | ALLOBS>
< / options > | < STATUS | UNDO> ;
< label: > TEST equation,<, ...,equation> < / option > ; [/code:wxw8k98a] |
|