Cargando…

An introduction to SAS® university edition /

Aimed at beginners who have downloaded the free SAS University Edition and want to either use the point-and-click interactive environment of SAS Studio, or who want to write their own SAS programs, or both, this book begins by showing you how to obtain the SAS University Edition, and how you can run...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Cody, Ronald P. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Cary, NC : SAS Institute Inc., [2015]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn921249240
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150916t20152015ncu o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d OCLCO  |d BTCTA  |d YDXCP  |d UMI  |d OCLCF  |d STF  |d COO  |d DEBBG  |d DEBSZ  |d OCL  |d D6H  |d IDEBK  |d AGLDB  |d LIV  |d OCLCQ  |d VT2  |d EBLCP  |d OCLCQ  |d VTS  |d CEF  |d WYU  |d UAB  |d AU@  |d M8D  |d OCLCQ  |d CASUM  |d OCLCO  |d OCLCA  |d OCLCQ  |d OCLCO  |d BTN  |d DST  |d OCLCO  |d OCLCQ  |d OCL  |d OCLCO 
019 |a 924210391  |a 1300612414  |a 1303287918 
020 |a 9781629600109  |q (electronic bk.) 
020 |a 1629600105  |q (electronic bk.) 
020 |a 9781629600079 
020 |a 1629600075 
020 |a 9781629600086 
020 |a 1629600083 
020 |a 1629597708 
020 |a 9781629597706 
020 |z 9781629597706 
029 1 |a AU@  |b 000056404506 
029 1 |a DEBBG  |b BV043020534 
029 1 |a DEBSZ  |b 455701059 
029 1 |a GBVCP  |b 882847589 
029 1 |a AU@  |b 000074672460 
035 |a (OCoLC)921249240  |z (OCoLC)924210391  |z (OCoLC)1300612414  |z (OCoLC)1303287918 
037 |a CL0500000659  |b Safari Books Online 
050 4 |a QA276.4 
072 7 |a MAT  |x 003000  |2 bisacsh 
072 7 |a MAT  |x 029000  |2 bisacsh 
082 0 4 |a 519.5  |2 23 
049 |a UAMI 
100 1 |a Cody, Ronald P.,  |e author. 
245 1 3 |a An introduction to SAS® university edition /  |c Ron Cody. 
264 1 |a Cary, NC :  |b SAS Institute Inc.,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed September 17, 2015). 
520 |a Aimed at beginners who have downloaded the free SAS University Edition and want to either use the point-and-click interactive environment of SAS Studio, or who want to write their own SAS programs, or both, this book begins by showing you how to obtain the SAS University Edition, and how you can run SAS on a PC or Macintosh computer. Topics include: performing basic tasks, such as producing a report, summarizing data, producing charts and graphs, and using the SAS Studio built-in tasks; performing basic statistical tests using the interactive point-and-click environment; how to write your own SAS programs, and how to use SAS procedures to perform a variety of tasks; how to read data from a variety of sources: text files, Excel workbooks, and CSV files. In order to get familiar with the SAS Studio environment, this book also shows you how to access dozens of interesting data sets that are included with the product. --  |c Edited summary from book. 
505 0 |a Intro; Contents; List of Programs; About This Book; About The Author; Acknowledgments; Part 1: Getting Acquainted with the SAS Studio Environment; Chapter 1: Introduction to the SAS University Edition; Introduction: An Overview of SAS and the SAS University Edition; Obtaining Your Free Copy of SAS; Step 1: Download VirtualBox and Create the ""myfolders"" Folder on your Computer; Step 2: Download SAS University Edition; Step 3: Configure VirtualBox and Set up the Shared Folder; Step 4: Use -- Start University Edition; Conclusion; Chapter 2: The SAS Studio Interface; Introduction 
505 8 |a Exploring the Built-In Data SetsSorting Your Data; Switching Between Column Names and Column Labels; Resizing Tables; Creating Filters; Conclusion; Chapter 3: Importing Your Own Data; Introduction; Exploring the Utilities Tab; Importing Data from an Excel Workbook; Listing the SAS Data Set; Importing an Excel Workbook with Invalid SAS Variable Names; Importing an Excel Workbook That Does Not Have Variable Names; Importing Data from a CSV File; Conclusion; Chapter 4: Creating Reports; Introduction; Using the List Data Task to Create a Simple Listing; Filtering Data; Sorting Data 
505 8 |a Outputting PDF and RTF FilesJoining Tables (Using the Query Window); Conclusion; Chapter 5: Summarizing Data Using SAS Studio; Introduction; Summarizing Numeric Variables; Adding a Classification Variable; Summarizing Character Variables; Conclusion; Chapter 6: Graphing Data; Introduction; Creating a Frequency Bar Chart; Adding a Group Variable; Creating a Pie Chart; Creating a Scatter Plot; Conclusion; Part 2: Learning How to Write Your Own SAS Programs; Chapter 7: An Introduction to SAS Programming; SAS as a Programming Language; The SAS Studio Programming Windows; Your First SAS Program 
505 8 |a How the DATA Step WorksHow the INPUT Statement Works; Reading Delimited Data; How Procedures (PROCS) Work; How SAS Works: A Look Inside the â#x80;#x9C;Black Boxâ#x80;#x9D;; Conclusion; Chapter 8: Reading Data from External Files; Introduction; Reading Data Values Separated by Delimiters; Reading Data in Fixed Columns; Reading Excel Files; Conclusion; Problems; Chapter 9: Reading and Writing SAS Data Sets; What's a SAS Data Set?; Temporary versus Permanent SAS Data Sets; Shared Folders: Communicating between Your Virtual Computer and Your Real Computer; Creating a Shared Folder and Reading Data from It 
505 8 |a Creating a Permanent SAS Data SetReading from a Permanent SAS Data Set; Conclusion; Problems; Chapter 10: Creating Formats and Labels; What Is a SAS Format and Why Is It Useful?; Using SAS Built-in Formats; More Examples to Demonstrate How to Write Formats; Describing the Difference between a FORMAT Statement in a Procedure and a FORMAT Statement in a DATA Step; Making Your Formats Permanent; Creating Variable Labels; Conclusion; Problems; Chapter 11: Performing Conditional Processing; Introduction; Grouping Age Using Conditional Processing; Using Conditional Logic to Check for Data Errors 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a SAS (Computer file) 
630 0 7 |a SAS (Computer file)  |2 fast 
650 0 |a Electronic data processing  |x Data preparation. 
650 0 |a Statistics  |x Data processing. 
650 0 |a Mathematical statistics  |x Data processing. 
650 0 |a Electronic data processing. 
650 0 |a Computer science. 
650 1 2 |a Data Interpretation, Statistical 
650 1 2 |a Electronic Data Processing 
650 1 2 |a Statistics 
650 6 |a Préparation des données (Informatique) 
650 6 |a Statistique  |x Informatique. 
650 6 |a Statistique mathématique  |x Informatique. 
650 6 |a Informatique. 
650 7 |a data processing.  |2 aat 
650 7 |a computer science.  |2 aat 
650 7 |a MATHEMATICS  |x Applied.  |2 bisacsh 
650 7 |a MATHEMATICS  |x Probability & Statistics  |x General.  |2 bisacsh 
650 7 |a Electronic data processing  |2 fast 
650 7 |a Computer science  |2 fast 
650 7 |a Statistics  |x Data processing  |2 fast 
650 7 |a Electronic data processing  |x Data preparation  |2 fast 
650 7 |a Mathematical statistics  |x Data processing  |2 fast 
655 4 |a Internet Resources. 
776 0 8 |i Print version:  |a Cody, Ronald P.  |t Introduction to SAS® university edition.  |d Cary, North Carolina : SAS Institute, 2015  |z 9781629597706 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781629600079/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Baker and Taylor  |b BTCP  |n BK0017701589 
938 |a EBSCOhost  |b EBSC  |n 1065170 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32673389 
938 |a YBP Library Services  |b YANK  |n 12608110 
994 |a 92  |b IZTAP