- 21
- 0
- 约2.77千字
- 约 6页
- 2017-08-11 发布于河南
- 举报
options pageno=1 nodate;.doc
options pageno=1 nodate;
goptions colors=(none);
title Regression Example;
data csdata;
infile C:\stat501\csdata.txt dlm=09x firstobs=2;
input obs gpa hsm hss hse satm satv sex;
run;
proc print;
run;
Regression Example
Obs obs gpa hsm hss hse satm satv sex 1 1 3.32 10 10 10 670 600 1 2 2 2.26 6 8 5 700 640 1 3 3 2.35 8 6 8 640 530 1 4 4 2.08 9 10 7 670 600 1 5 5 3.38 8 9 8 540 580 1 6 6 3.29 10 8 8 760 630 1 7
… 7 3.21 8 8 7 600 400 1
proc reg data=csdata;
model gpa=hsm hss hse/alpha=0.01 clm cli clb;
output out=fit r=res p=pred;
run;
Regression Example
The REG Procedure
Model:
您可能关注的文档
- 3V3篮球赛活动方案.doc
- 3:生产企业操作手册.doc-湖北省基本药物及常用低价药品.doc
- 4-5月重点引入品项市调安排.doc
- 4.《分布式并网光伏发电系统设计标准》-备案号:.doc
- 4940.3 Rev-1.doc
- 4、居民患者对申请人掌握传统医学诊疗技术的证明.doc-附件4.doc
- 4配送企业操作手册doc-附件4.doc
- 50个常用的sql语句.doc
- 5、《中彩那天》教学设计.doc
- 5。1。2 垂线(一).doc
- 2026届甘肃省民勤三中高考化学三模试卷含解析.doc
- 2021年人力资源年终工作汇报 附2026年人力预算测算表 可直接套用.pptx
- 2021年直播间氛围打造提升停留时长培训课件.pptx
- 2026届广西钦州市第二中学高三第二次模拟考试历史试卷含解析.doc
- 2020应对儿童厌学叛逆专属心理健康教育宣讲课件.pptx
- 2026届江苏省南通巿启东中学5月高三月考物理试题.doc
- 2026年初中语文写作课件.pptx
- 2026年电子元件检测实训教程PPT.pptx
- 2026届安徽省肥东县圣泉中学高三下期末模拟联考数学试题.doc
- 广东省惠东县惠东高级中学2026届高三考前热身生物试卷含解析.doc
原创力文档

文档评论(0)