SAS Programming for Researchers and Social Scientists

個数:

SAS Programming for Researchers and Social Scientists

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Hardcover:ハードカバー版/ページ数 248 p.
  • 言語 ENG
  • 商品コード 9780761922674
  • DDC分類 519.502855369

Full Description

Second Edition

SAS® PROGRAMMING FOR RESEARCHERS AND SOCIAL SCIENTISTS

By PAUL E. SPECTOR, University of South Florida

University of South Florida

"Just what the novice SAS programmer needs, particularly those who have no real programming experience. For example, branching is one of the more difficult programming commands for students to implement and the author does an excellent

job of explaining this topic clearly and at a basic level. A big plus is the Common Errors section since students will definitely encounter errors."

—Robert Pavur, Management Science, University of North Texas

The book that won accolades from thousands has been completely revised! Taking a problem solving approach that focuses on common programming tasks that social scientists encounter in doing data analysis, Spector uses sample programs and examples from social science problems to show readers how to write orderly programs and avoid excessive and disorganized branching. He provides readers with a three-step approach (preplanning, writing the program, and debugging) and tips about helpful features and practices as well as how to avoid certain pitfalls.

"Spector has done an excellent job in explaining a somewhat difficult topic in a clear and concise manner. I like the fact that screen captures are included. It allows students to better follow what is being described in the book in relation to what is on the screen."

—Philip Craiger, Computer Science, University of Nebraska, Omaha

This book provides readers with even more practical tips and advice. New features in this edition include:

*New sections on debugging in each chapter that provide advice about common errors

*End of chapter Debugging Exercises that offer readers the chance to practice spotting the errors in the sample programs

*New section in Chapter 1 on how to use the interface, including how to work with three separate windows, where to write the program, executing the program, managing the program files, and using the F key

*Five new appendices, including a Glossary of Programming Terms, A Summary of SAS Language Statements, A Summary of SAS PROCs, Information Sources for SAS PROCs, and Corrections for the Debugging Exercises

*Plus, a link to Spector's online SAS course!

Appropriate for readers with little or no knowledge of the SAS language, this book will enable readers to run each example, adapt the examples to real problems that the reader may have, and create a program.

"A solid introduction to programming in SAS, with a good, brief explanation of how that process differs from the usual point-and-click of Windows-based software such as SPSS and a spreadsheet. Even uninformed students can use it as a guide to creating SAS datasets, manipulating them, and writing programs in the SAS language that will produce all manner of statistical results."

—James P. Whittenburg, History, College of William & Mary

 

"Bridges the gap between programming syntax and programming applications. In contrast to other books on SAS programming, this book combines a clear explanation of the SAS language with a problem-solving approach to writing a SAS program. It provides the novice programmer with a useful and meaningful model for solving the types of programming problems encountered by researchers and social scientists."

—John E. Cornell, Biostatistician, Audie L. Murphy Memorial Hospital 

Contents

Introduction to the SAS System
Inputting and Outputting Data
Programming Algebraic and Mathematical Observations
Logical Statements
Branching with GOTO and LINK
Do Loops
Arrays
Manipulating Files
Using SAS PROCS
Final Advice on Becoming an SAS Programmer