SAS Essentials Mastering SAS for Data Analytics.
Autor principal: | |
---|---|
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Newark :
John Wiley & Sons, Incorporated,
2015.
|
Colección: | New York Academy of Sciences Ser.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover
- Title Page
- Copyright
- Contents
- Preface
- Acknowledgements
- Part I: Data Manipulation and the SAS® Programming Language
- Chapter 1: Getting Started
- 1.1 Using SAS in a Windows Environment
- 1.2 Your First SAS Analysis
- 1.3 How SAS Works
- 1.4 Tips and Tricks for Running SAS Programs
- 1.5 Summary
- Exercises
- Chapter 2: Getting Data into SAS
- 2.1 Using SAS Data Sets
- 2.2 Understanding SAS Data Set Structure
- 2.3 Rules for SAS Variable Names
- 2.4 Understanding SAS Variable Types
- 2.5 Methods of Reading Data into SAS
- 2.6 Going Deeper: More Techniques for Entering Data
- 2.7 Summary
- Exercises
- Chapter 3: Reading, Writing, and Importing Data
- 3.1 Working With SAS Libraries and Permanent Data Sets
- 3.2 Creating Permanent SAS Data Sets Using the Windows File Name Technique
- 3.3 Creating Permanent SAS Data Sets Using an SAS Library
- 3.4 Creating a SAS Library Using a Dialog Box
- 3.5 Creating a SAS Library Using Code
- 3.6 Using Data in Permanent SAS Data Sets
- 3.7 Importing Data from Another Program
- 3.8 Discovering the Contents of an SAS Data Set
- 3.9 Going Deeper: Understanding How the Data Step Reads and Stores Data
- 3.10 Summary
- Exercises
- Chapter 4: Preparing Data for Analysis
- 4.1 Labeling Variables with Explanatory Names
- 4.2 Creating New Variables
- 4.3 Using If-Then-Else Conditional Statement Assignments
- 4.4 Using Drop and Keep to Select Variables
- 4.5 Using the SET Statement to Read an Existing Data Set
- 4.6 Using PROC Sort
- 4.7 Appending and Merging Data Sets
- 4.8 Using PROC Format
- 4.9 Going Deeper: Finding First and Last Values
- 4.10 Summary
- Exercises
- Chapter 5: Preparing to Use SAS Procedures
- 5.1 Understanding SAS Support Statements
- 5.2 Understanding PROC Statement Syntax
- 5.3 Using The ID Statement in A SAS Procedure
- 5.4 Using the Label Statement in a SAS Procedure
- 5.5 Using the Where Statement in a SAS Procedure
- 5.6 Using PROC Print
- 5.7 Going Deeper: Splitting Column Titles in PROC Print
- 5.8 Going Deeper: Common System Options
- 5.9 Summary
- Exercises
- Chapter 6: SAS Advanced Programming Topics Part 1
- 6.1 Using SAS Functions
- 6.2 Using PROC Transpose
- 6.3 The Select Statement
- 6.4 Going Deeper: Cleaning a Messy Data Set
- 6.5 Summary
- Exercises
- Chapter 7: SAS Advanced Programming Topics Part 2
- 7.1 Using SAS Arrays
- 7.2 Using Do Loops
- 7.3 Using the Retain Statement
- 7.4 Using SAS Macros
- 7.5 Summary
- Exercises
- Chapter 8: Controlling Output Using ODS
- 8.1 Specifying the ODS Output Format and Destination
- 8.2 Specifying ODS Output Style
- 8.3 Using ODS to Select Specific Output Tables for SAS Procedures
- 8.4 Going Deeper: Capturing Information from ODS Tables
- 8.5 Going Deeper: Using Traffic Lighting to Highlight Selected Values
- 8.6 Extended ODS Features
- 8.7 Summary
- Exercises