
SAS Programming for Researchers and Social Scientists
- Publisher's listprice GBP 114.00
-
The price is estimated because at the time of ordering we do not know what conversion rates will apply to HUF / product currency when the book arrives. In case HUF is weaker, the price increases slightly, in case HUF is stronger, the price goes lower slightly.
- Discount 20% (cc. 11 539 Ft off)
- Discounted price 46 156 Ft (43 958 Ft + 5% VAT)
Subcribe now and take benefit of a favourable price.
Subscribe
57 695 Ft
Availability
printed on demand
Why don't you give exact delivery time?
Delivery time is estimated on our previous experiences. We give estimations only, because we order from outside Hungary, and the delivery time mainly depends on how quickly the publisher supplies the book. Faster or slower deliveries both happen, but we do our best to supply as quickly as possible.
Product details:
- Edition number 1
- Publisher SAGE Publications, Inc
- Date of Publication 5 June 2001
- ISBN 9780761922681
- Binding Paperback
- No. of pages248 pages
- Size 228x152 mm
- Language English 0
Categories
Short description:
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!
More
Long description:
Second Edition
SAS&&&174; 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
"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."
MoreTable of 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