5# honghejing
然后呢?怎么把
标准差,T统计量弄到输出集里面?
12 ods trace off;
13 ods trace on / label;
14 proc reg data=sasuser.vol outest=w;
15 model v3=v1 v2;
16 by sample;
17 run;
Output Added:
-------------
Name: NObs
Label: Number of Observations
Template: Stat.Reg.NObs
Path: Reg.ByGroup1.MODEL1.Fit.v3.NObs
Label Path: 'The Reg Procedure'.'sample=1'.'MODEL1'.'Fit'.v3.'Number of Observations'
-------------
Output Added:
-------------
Name: ANOVA
Label: Analysis of Variance
Template: Stat.REG.ANOVA
Path: Reg.ByGroup1.MODEL1.Fit.v3.ANOVA
Label Path: 'The Reg Procedure'.'sample=1'.'MODEL1'.'Fit'.v3.'Analysis of Variance'
-------------
Output Added:
-------------
Name: FitStatistics
Label: Fit Statistics
Template: Stat.REG.FitStatistics
Path: Reg.ByGroup1.MODEL1.Fit.v3.FitStatistics
Label Path: 'The Reg Procedure'.'sample=1'.'MODEL1'.'Fit'.v3.'Fit Statistics'
-------------
Output Added:
-------------
Name: ParameterEstimates
Label: Parameter Estimates
Template: Stat.REG.ParameterEstimates
Path: Reg.ByGroup1.MODEL1.Fit.v3.ParameterEstimates
Label Path: 'The Reg Procedure'.'sample=1'.'MODEL1'.'Fit'.v3.'Parameter Estimates'
-------------
NOTE: The above message was for the following BY group:
sample=1