2010年新书SAS essentials : a guide to mastering SAS for research-经管之家官网!

人大经济论坛-经管之家 收藏本站
您当前的位置> 软件培训>>

SAS软件培训

>>

2010年新书SAS essentials : a guide to mastering SAS for research

2010年新书SAS essentials : a guide to mastering SAS for research

发布:maniacus | 分类:SAS软件培训

关于本站

人大经济论坛-经管之家:分享大学、考研、论文、会计、留学、数据、经济学、金融学、管理学、统计学、博弈论、统计年鉴、行业分析包括等相关资源。
经管之家是国内活跃的在线教育咨询平台!

经管之家新媒体交易平台

提供"微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯"等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

提供微信号、微博、抖音、快手、头条、小红书、百家号、企鹅号、UC号、一点资讯等虚拟账号交易,真正实现买卖双方的共赢。【请点击这里访问】

Copyright©2010byJohnWiley&Sons,Inc.Allrightsreserved.PublishedbyJossey-BassAWileyImprintCONTENTS1GETTINGSTARTED1UsingSASinaWindowsEnvironment2YourFirstSASAnalysis5HowSASWorks9TipsandT ...
免费学术公开课,扫码加入


Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved.
Published by Jossey-Bass
A Wiley Imprint
CONTENTS
1 GETTING STARTED 1
Using SAS in a Windows Environment 2
Your First SAS Analysis 5
How SAS Works 9
Tips and Tricks for Running SAS Programs 10
Summary 16
Exercises 17
2 GETTING DATA INTO SAS 19
Using the SAS Data Sets 20
Understanding SAS Data Set Structure 22
Rules for SAS Variable Names 23
Understanding Three SAS Variable Types 24
Methods of Reading Data into SAS 24
Going Deeper: More Techniques for Entering Data 41
Summary 45
Exercises 45
3 READING, WRITING, AND IMPORTING DATA 50
Working with SAS Libraries and Permanent Data Sets 51
Reading and Creating Permanent SAS Data Sets Using the Windows
File Name Technique 52
Reading Data from Permanent SAS Data Sets 54
Reading and Creating Permanent SAS Data Sets Using a SAS Library 55
Creating a SAS Library Using a Dialog Box 56
Importing Data from Another Program 59
Going Deeper: More Ways to Manage Data 64
Going Deeper: Importing Microsoft Excel Data Using SAS Code 65
Discovering the Contents of a SAS Data Set 67
Summary 69
Exercises 70
4 PREPARING DATA FOR ANALYSIS 73
Labeling Variables with Explanatory Names 74
Creating New Variables 77
Using DROP and KEEP to Select Variables 89
Subsetting Data Sets 90
Using the SET Statement to Read an Existing Data Set 92
Using PROC SORT 94
Appending and Merging Data Sets 97
Going Deeper: Using PROC FORMAT 101
Summary 106
Exercises 106
5 PREPARING TO USE SAS PROCEDURES 109
Understanding SAS Support Statements 111
Understanding PROC Statement Syntax 116
Using the ID Statement in a SAS Procedure 120
Using the LABEL Statement in a SAS Procedure 121
Using the WHERE Statement in a SAS Procedure 123
Using PROC PRINT 123
Going Deeper: Introducing the SAS Output Delivery System (ODS) 126
Summary 128
Exercises 128
6 EVALUATING QUANTITATIVE DATA 130
Using PROC MEANS 131
Using PROC UNIVARIATE 138
Going Deeper: Advanced PROC UNIVARIATE Options 150
Summary 155
Exercises 156
7 ANALYZING COUNTS AND TABLES 159
Using PROC FREQ 160
Analyzing One-Way Frequency Tables 163
Creating One-Way Frequency Tables from
Summarized Data 167
Analyzing Two-Way Tables 171
Going Deeper: Calculating Relative Risk
Measures 177
Going Deeper: Inter-Rater Reliability (Kappa) 178
Summary 184
Exercises 184
8 COMPARING MEANS USING T-TESTS 187
Performing a One-Sample t-test 188
Performing a Two-Sample t-test 192
Performing a Paired t-test 197
Summary 200
Exercises 200
9 ANALYSIS OF VARIANCE 202
Comparing Three or More Means Using One-Way Analysis
of Variance 203
Comparing Three or More Repeated Measures 209
Going Deeper: Graphing Mean Comparisons 213
Summary 215
Exercises 215
10 CORRELATION AND REGRESSION 217
Correlation Analysis Using PROC CORR 218
Simple Linear Regression 222
Multiple Linear Regression Using PROC REG 229
Going Deeper: Calculating Predictions 234
Going Deeper: Residual Analysis 237
Summary 241
Exercises 242
11 NONPARAMETRIC ANALYSIS 245
Comparing Two Independent Samples Using NPAR1WAY 246
Comparing k Independent Samples (Kruskal-Wallis) 249
Comparing Two Dependent (Paired) Samples 251
Comparing k Dependent Samples (Friedman’s Test) 253
Going Deeper: Nonparametric Multiple Comparisons 255
Summary 258
Exercises 258
12 LOGISTIC REGRESSION 260
Logistic Analysis Basics 261
Performing a Logistic Analysis using PROC LOGISTIC 262
Using Simple Logistic Analysis 264
Multiple Binary Logistic Analysis 268
Going Deeper: Assessing a Model’s Fit and Predictive Ability 271
Summary 275
Exercises 276
13 ANALYSIS OF VARIANCE, PART II 277
Analysis of Covariance 278
Going Deeper: Two-Factor ANOVA Using PROC MIXED 293
Going Deeper: Repeated Measures with a Grouping Factor 296
Summary 303
Exercises 303
14 CREATING GRAPHS 305
Creating Scatterplots and Line Graphs Using GPLOT 306
Creating Bar Charts and Pie Charts 315
Creating Stacked Bar Charts 319
Creating Mean Bars Using GCHART 321
Creating Boxplots 323
Going Deeper: ODS Graphics 326
Summary 330
Exercises 330
15 CONTROLLING OUTPUT USING ODS 331
Specifying the ODS Output Format and Destination 332
Specifying ODS Output Style 334
Using ODS to Select Specifi c Output Tables for Procedures 338
Go ing Deeper: Enhancing Graphics Using ODS and Creating
Hyperlinks 340
Going Deeper: Capturing Information from ODS Tables 344
Extended ODS Features 348
Summary 348
Exercises 348
16 ADVANCED SAS PROGRAMMING TOPICS 351
Reading and Writing Data Using DDE 352
Using the RETAIN Statement 357
Arrays and DO Loops 359
Transposing Data Sets 365
Using SAS Macros 369
Summary 372
Exercises 372
APPENDIX A
SAS GRAPH OPTIONS REFERENCE 377
Using SAS Fonts 377
Specifying SAS Color Choices 378
Specifying Patterns for PROCS GPLOT and PROC UNIVARIATE 379
Bar and Block Patterns for Bar Charts, Pie Charts,
and Other Graphics 380
SAS Line Styles 381
Using SAS Plotting Symbols 383
APPENDIX B
SAS FUNCTION REFERENCE 385
Using SAS Functions 385
Arithmetic/Mathematical Functions 386
Trignometric Functions 387
Date and Time Functions 388
Character Functions 391
Truncation Functions 394
Special Use Functions 394
Financial Functions 395
Working with Previous Observations 396
Miscellaneous Functions 396
APPENDIX C
CHOOSING A SAS PROCEDURE 397
Descriptive Statistics 398
Comparison Tests 399
Relational Analyses (Correlation and Regression) 401
APPENDIX D
QUICK REFERENCE 403
REFERENCES 409
INDEX 411
「经管之家」APP:经管人学习、答疑、交友,就上经管之家!
免流量费下载资料----在经管之家app可以下载论坛上的所有资源,并且不额外收取下载高峰期的论坛币。
涵盖所有经管领域的优秀内容----覆盖经济、管理、金融投资、计量统计、数据分析、国贸、财会等专业的学习宝库,各类资料应有尽有。
来自五湖四海的经管达人----已经有上千万的经管人来到这里,你可以找到任何学科方向、有共同话题的朋友。
经管之家(原人大经济论坛),跨越高校的围墙,带你走进经管知识的新世界。
扫描下方二维码下载并注册APP
本文关键词:

本文论坛网址:https://bbs.pinggu.org/thread-720146-1-1.html

人气文章

1.凡人大经济论坛-经管之家转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
经管之家 人大经济论坛 大学 专业 手机版