SAS中文论坛
标题:
程序运行!
[打印本页]
作者:
shiyiming
时间:
2006-6-5 17:54
标题:
程序运行!
请大侠们运行一下这个程序,并且将运行结果贴出来!!
data SOUCONSUME;
input soucontot poputot residconlev protot @@;
cards;
6609.5 8215.7 1884.35 2985.15
6654.0 8264.7 2050.23 3320.11
6749.5 8315.7 2120.86 3580.26
6370.0 8358.6 2191.39 3711.61
6517.8 8407.5 2384.82 4010.25
6809.7 8436.6 2465.91 4421.76
7510.4 8474.5 2621.11 4875.12
9203.5 8529.4 2838.87 5456.32
;
run;
proc reg data=SOUCONSUME;
var soucontot poputot residconlev protot;
model soucontot=poputot residconlev protot;
title '能源消费总量与人口总数、居民消费水平、地区生产总值的三元回归模型';
run;
不胜感激啊!!!
作者:
shiyiming
时间:
2006-6-5 19:59
标题:
程序运行结果
能源消费总量与人口总数、居民消费水平、地区生产总值的三元回归模型 1
19:52 Saturday, June 5, 2006
The REG Procedure
Model: MODEL1
Dependent Variable: soucontot
Analysis of Variance
Sum of Mean
Source DF Squares Square F Value Pr > F
Model 3 5616642 1872214 15.69 0.0112
Error 4 477352 119338
Corrected Total 7 6093993
Root MSE 345.45320 R-Square 0.9217
Dependent Mean 7053.05000 Adj R-Sq 0.8629
Coeff Var 4.89793
Parameter Estimates
Parameter Standard
Variable DF Estimate Error t Value Pr > |t|
Intercept 1 175793 61577 2.85 0.0462
poputot 1 -22.19205 8.22546 -2.70 0.0542
residconlev 1 2.63682 5.59941 0.47 0.6622
protot 1 2.72155 1.55103 1.75 0.1542
作者:
shiyiming
时间:
2006-6-5 20:02
标题:
程序运行结果
能源消费总量与人口总数、居民消费水平、地区生产总值的三元回归模型 1
19:52 Saturday, June 5, 2006
The REG Procedure
Model: MODEL1
Dependent Variable: soucontot
Analysis of Variance
Sum of Mean
Source DF Squares Square F Value Pr > F
Model 3 5616642 1872214 15.69 0.0112
Error 4 477352 119338
Corrected Total 7 6093993
Root MSE 345.45320 R-Square 0.9217
Dependent Mean 7053.05000 Adj R-Sq 0.8629
Coeff Var 4.89793
Parameter Estimates
Parameter Standard
Variable DF Estimate Error t Value Pr > |t|
Intercept 1 175793 61577 2.85 0.0462
poputot 1 -22.19205 8.22546 -2.70 0.0542
residconlev 1 2.63682 5.59941 0.47 0.6622
protot 1 2.72155 1.55103 1.75 0.1542[size=18][/size]
欢迎光临 SAS中文论坛 (http://mysas.net/forum/)
Powered by Discuz! X3.2