SAS学习经典书籍&方法

General Statistics


The Little SAS Book, for Enterprise Guide 4.2 by Susan J. Slaughter and Lora D. Delwiche
The Little SAS Book, Fourth Edition by Lora Delwiche and Susan Slaughter
The Little SAS Book, Third Edition by Lora Delwiche and Susan Slaughter (16 copies)
Applied Statistics and the SAS Programming Language by Ronald Cody and Jeffrey Smith
A Handbook of Statistical Analyses Using SAS by  Brian S. Everitt and Geoff Der
SAS Statistics by Example by Ron Cody




Quick Results with SAS/GRAPH Software by Art Carpenter and Charles E. Shipp
Maps Made Easy Using SAS by Mike Zdeb
Common Statistical Methods for Clinical Research with SAS Examples Second Edition by Glenn A. Walker
<em>Common Statistical Methods for Clinical Research with SAS Examples by Glenn Walke
SAS Essentials:&nbsp; Mastering SAS for Research by Alan C. Elliott and Wayne A. Woodward
Just Enough SAS:&nbsp; A Quick-start Guide to SAS for Engineers by Robert A. Rutledge




Data Cleaning and Data Management


Cody's Data Cleaning Techniques using SAS Software by Ron Cody
Concepts and Case Studies in Data Management by William S. Calvert and Meimei Ma
Health Care Data and the SAS System by&nbsp; Marge Scerbo, Craig Dickstein, and Alan Wilson
Longitudinal Data and SAS: A Programmer's Guide by Ron Cody
Debugging SAS Programs: A Handbook of Tools and Techniques by Michele M. Burlew
Efficiency: Improving the Performance of Your SAS Applications by&nbsp; Robert Virgile
Reading External Data Files Using SAS:&nbsp; Examples Handbook by Michele M. Burew




ANOVA and MANOVA


Multiple Comparisons and Multiple Tests using the SAS System by Peter Westfall et. al.
Multiple Comparisons and Multiple Tests Workbook by Peter Westfall et. al.
SAS System for Mixed Models, Second Edition by Ramon Littell, George Milliken, Walter Stroup, Russell Wolfinger and Oliver Schabenberger
<em>SAS System for Mixed Models by Ramon Littell, George Milliken, Walter Stroup and Russell Wolfinge
Applied Multivariate Statistics with SAS Software, Second Edition by Ravindra Khattree and Dayanand N. Naik
<em>Applied Multivariate Statistics with SAS Software by Ravidra Khattree and Dayanand Naik</em>
Multivariate Data Reduction and Discrimination with SAS Software by Ravindra Khattree and Dayanand N. Naik
Regression and ANOVA: An Integrated Approach Using SAS Software by Keith E. Muller and Bethel A. Fetterman




Regression Methods


SAS System for Linear Models, Fourth Edition by Ramon Littell, Walter W. Stroup and Rudolf Fruend
<em>SAS System for Linear Models, Third Edition by Ramon Littell, Rudolf Fruend, and Philip Specto
Fixed Effects Regression Methods for Longitudinal Data Using SAS by Paul D. Allison
Univariate and Multivariate General Linear Models: Theory and Applications Using SAS Software by Neil H. Timm and Tammy A. Mieczkowski.
Regression and Anova: An Integrated Approach Using SAS Software by Keith E. Muller and Bethel A. Fetterman (filed under SAS ANOVA)




Logistic and Categorical Dependent Variables


Logistic Regression Examples Using the SAS System by SAS Institute
Logistic Regression Using the SAS System: Theory and Application by Paul D. Allison
Categorical Data Analysis Using the SAS System, Second Edition by Maura Stokes, Charles Davis and Gary Koch
<em>Categorical Data Analysis Using the SAS System by Maura Stokes, Charles Davis and Gary Koch</em>
Visualizing Categorical Data by Michael Friendly
Advanced Log-Linear Models Using SAS by Daniel Zelterman




Survival Analysis


Survival Analysis Using the SAS System: A Practical Guide by Paul D. Allison (2 copies)
Extending SAS Survival Analysis Techniques for Medical Research by Alan Cantor




Time Series


Forecasting Examples for Business and Economics using the SAS System by the SAS Institute
SAS for Forecasting Time Series, Second Edition by John C. Brocklebank and David A. Dickey
SAS/ETS Software: Applications Guide 1, Timer Series Modeling and Forecasting, Financial Reporting and Loan Analysis by SAS Institute




Other Statistical


Mixed Models Analyses Using SAS (Course Notes)
A Step-by-Step Approach to Using the SAS System for Factor Analysis and Structural Equation Modeling by Dr. Larry Hatcher
Applied Econometrics Using the SAS System by Vivek B. Ajmani
Conducting Meta-Analysis Using SAS by Winfred Arthur, Jr.; Winston Bennett, Jr.; and Allen I. Huffcutt
Data Mining Using SAS Applications by George Fernandez
SAS for Monte Carlo Studies:&nbsp; A Guide for Quantitative Researchers by Xitao Fan, Akos Felsovalyi, Stephen A. Sivo and Sean C. Keenan
Genetic Analysis of Complex Traits Using SAS Edited by Arnold M. Saxton
Customer Segmentation and Clustering Using SAS Enterprise Miner, Second Edition by Randall S. Collica




Non-Statistical


SAS Macro Programming Made Easy by Michele M. Burlew
Carpenters Guide to the SAS Macro Language by Art Carpenter
SAS Macro Facility: Tips and Techniques
The Complete Guide to the SAS Output Delivery System, Version 8 by SAS Publishing
Output Delivery System, the Basics by Lauren Haworth
Statistical Graphics Procedures by Example:&nbsp; Effective Graphs Using SAS by Sanjay Matange and Dan Heath
Quick Results with the Output Delivery System by Sunil Gupta
Annotate: Simply the Basics by Art Carpenter
Painless Windows (Second Edition) A Handbook for SAS Users by Jodie Gilmore
Professional SAS Programming Shortcuts by Rick Aster

SAS Programming 3:&nbsp; Advanced Techniques and Efficiencies (Course Notes)


转自:http://blog.csdn.net/zhaofmyan/article/details/9238737


        本人本科是学数学, 研究生学概率统计的, 从本科开始学习使用SAS, 不断收集资料, 写写程序看看书, 相信都是跟大家一样的. 现在在某外资银行做CRM建模, 主要的工作是写SAS程序做模型, 当然business的东西是有很多要学的. 言归正传, 在这里想跟大家分享一下学习SAS的经验和对SAS的一些个人看法. 仅供参考, 希望对大家有所帮助.

SAS是什么
? 相信不用说废话了, 谁都知道. 可是说到学SAS, 它太庞大了, 随便搞个模块都够你学一辈子了, 要精通的话. 所以还是需要简单说一下SAS是什么东东的(从我个人的角度, ^0^). 可以把SAS简单看成两大块. 一块是SAS/STAT, 另一块是SAS/BASE. SAS是统计软件, 当然最强大的是SAS/STAT罗, 几乎所有的统计算法, 什么回归阿, 聚类阿, 时间序列阿, 说的出来的都有. 当然都是已经成熟的算法, 像support vector machine这种正在不断修正的分类算法, 暂时只是在SAS9.2 enterpriseminer有experimental的node. 所以要学好SAS/STAT, 其实就是要学好统计啦, SAS/STAT只是你的工具, 用什么回归, 怎样回归, 都是base on你的知识, 经验和问题本身的特点. 所以说, 统计是用数学解决现实问题的理论方法, 而SAS/STAT就是解决问题的具体工具了. 可是要做分析, 要有数据才行. 有了数据还不行, 现在的数据在数据库里面都是这一个表那一个表, 而且每个变量的格式都各有特点, 还有很多missing value, 那咋办? SAS/BASE能够帮你对数据进行处理, 整合, 最终得到能够进行分析(像回归, 需要一个没有missing value的二维矩阵)的数据格式. 如果能够好好掌握这两块, 已经足够让你成为一个SAS Analyst了. 

那SAS怎么学呢? 只要学好统计, SAS/STAT就不是什么问题, 只要学会看help文档就行了. 至于SAS/BASE, 确实是要下很多功夫的. 但是首先, 我想先强调英语的重要性. 中文的SAS书我个人不敢恭维. 可能你说SAS/STAT的还可以, 那当然, 大部分都是help文档翻译过来的, 没多少有个人的见解. 而且正如我所说, SAS/STAT本质是统计的东东, 学好统计就很容易学的. 关于SAS/BASE的中文书, 简直是不知所谓, 看完之后会更加糊涂, 以前我就吃过不少亏了. 建议大家真的要想学好SAS/BASE, 还是要好好学英语. 哪先看什么书好呢? 如果你对SAS一如所知, 那就要先从&lt;The Little SAS Book&gt;学起, 这本书非常易懂, 而且讲得比较全面. 接着就是要巩固SAS data step, 关于这个看什么书就不好说了, 要不断写程序, 遇到问题就不断解决问题才能学好的. 同时要学好PPOC SQL, 它的作用跟data step差不多但各有优势, 具体用哪个一般都是个人的喜好, 我就特别喜欢用PPOC SQL^^. 然后就要学MACRO Facility, 在实际应用中macro太重要也太基本了, 没有了它是很难开发效率高的SAS程序的. 学好这几样东西可以说明你已经进入SAS的另外一个台阶了, 要精通的话是要靠在工作中不断实践和巩固的, 光看书是很难提高到另一个层次的, 本人也在不断努力中^^.

转自:http://bbs.pinggu.org/thread-801878-1-1.html


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值