楼主: shermanqin
4712 1

[原创博文] 关于reg中output的问题 [推广有奖]

  • 0关注
  • 0粉丝

本科生

13%

还不是VIP/贵宾

-

威望
0
论坛币
103 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
2220 点
帖子
44
精华
0
在线时间
90 小时
注册时间
2007-7-31
最后登录
2017-3-28

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
弱弱的问一下:

在使用proc reg时,如果想要利用output输出以下回归结果应该使用的keyword名称是什么?

1.第 i 个变量的拟合值,T值,P值;
2.模型的F值;
3.模型的拟合优度,修正拟合优度。

谢谢各位了。
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:output outpu Out put REG keyword 模型

沙发
bakoll 发表于 2015-5-8 13:27:55 |只看作者 |坛友微信交流群
For example, the following SAS statements create an output data set named b:

proc reg data=a;
   model y z=x1 x2;
   output out=b
      p=yhat zhat
      r=yresid zresid;
run;

In addition to the variables in the input data set, b contains the following variables:

yhat, with values that are predicted values of the dependent variable y

zhat, with values that are predicted values of the dependent variable z

yresid, with values that are the residual values of y

zresid, with values that are the residual values of z
QQ截图20150508132722.png QQ截图20150508132709.png
stay hungry stay foolish

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-28 01:52