Vi bøger
Levering: 1 - 2 hverdage

Bøger udgivet af SAS Institute

Filter
Filter
Sorter efterSorter Populære
  • - A Business Intelligence Case Study
    af Paul Dorfman & Don Henderson
    627,95 kr.

  • - The R Perspective
    af Kevin D Smith, Xiangxiang Meng & Yue Qi
    377,95 kr.

  • af Jim Grayson, Sam Gardner & Mia Stephens
    532,95 - 687,95 kr.

  • - ODS Companion
    af Jane Eslinger
    467,95 - 522,95 kr.

  • af Ph D John C Brocklebank, Ph D David a Dickey & Bong Choi
    967,95 - 1.257,95 kr.

  • - Modeling Demand, Supply, and Risk
    af Barry K Goodwin, A Ford Ramsey & Jan Chvosta
    552,95 kr.

  • - Applications of the JMP Scripting Language, Second Edition
    af Kevin (Manchester Business School UK) Anderson, Theresa Utlaut & Georgia Morgan
    657,95 kr.

  • - Data Visualization Techniques for Business Reporting
    af Travis Murphy
    432,95 kr.

  • - Advanced Data-Wrangling Techniques, Second Edition
    af Mark Jordan
    522,95 - 732,95 kr.

    Enhance your SAS data-wrangling skills with high-precision and parallel data manipulation using the DS2 programming language. Now in its second edition, this book addresses the DS2 programming language from SAS, which combines the precise procedural power and control of the Base SAS DATA step language with the simplicity and flexibility of SQL. DS2 provides simple, safe syntax for performing complex data transformations in parallel and enables manipulation of native database data types at full precision. It also covers PROC FEDSQL, a modernized SQL language that blends perfectly with DS2. You will learn to harness the power of parallel processing to speed up CPU-intensive computing processes in Base SAS and how to achieve even more speed by processing DS2 programs on massively parallel database systems. Techniques for leveraging internet APIs to acquire data, avoiding large data movements when working with data from disparate sources, and leveraging DS2's new data types for full-precision numeric calculations are presented, with examples of why these techniques are essential for the modern data wrangler. Here's what's new in this edition: how to significantly improve performance by using the new SAS Viya architecture with its SAS Cloud Analytic Services (CAS) how to declare private variables and methods in a package the new PROC DSTODS2 the PCRXFIND and PCRXREPLACE packages While working though the code samples provided with this book, you will build a library of custom, reusable, and easily shareable DS2 program modules, execute parallelized DATA step programs to speed up a CPU-intensive process, and conduct advanced data transformations using hash objects and matrix math operations. This book is part of the SAS Press Series.

  • af Art Carpenter
    917,95 - 1.182,95 kr.

    For SAS programmers or analysts who need to generalize their programs or improve programming efficiency, Art Carpenter thoroughly updates his highly successful second edition of Carpenter's Complete Guide to the SAS Macro Language with an extensive collection of new macro language techniques and examples. Addressing the composition and operation of the SAS macro facility and the SAS macro language, this third edition offers nearly 400 ready-to-use macros, macro functions, and macro tools that enable you to convert SAS code to macros, define macro variables, and more! Users with a basic understanding of Base SAS who are new to the SAS macro language will find more detail, utilities, and references to additional learning opportunities; advanced macro language programmers who need help with data-driven macros and dynamic application development will find greatly expanded treatment of these topics. This revised and enlarged edition includes the following topics: New and expanded introduction to the macro language Functions, automatic macro variables, and macro statements new to the macro language Expanded macro language tools that interface with the operating system Expanded data-driven methodologies used to build dynamic applications Expanded discussion of list processing, with four alternative approaches presented Additional file and data management examples Expanded discussion of CALL EXECUTE and DOSUBL New discussion of using the macro language on remote servers Expanded discussion and examples of macro quoting Far beyond a reference manual issued from an "e;ivory tower,"e; this book is pragmatic and example-driven: Yes, you will find syntax examples; yes, the code is explained. But the focus of this book is on actual code used to solve real-world business problems. In fact, an entire appendix is dedicated to listing the nearly 70 classes of problems that are solved by programs covered in this edition. Discussion of the examples elucidates the pros and cons of the particular solution and often suggests alternative approaches. Therefore, this book provides you both a compendium of reusable and adaptable code, and opportunities for deepening your understanding and growing as a SAS programmer.

  • - Health Care Case Studies
    af Jane E Oppenlander & Patricia Schaffer
    542,95 kr.

    A holistic, step-by-step approach to analyzing health care data!Written for both beginner and intermediate JMP users working in or studying health care, Data Management and Analysis Using JMP: Health Care Case Studies bridges the gap between taking traditional statistics courses and successfully applying statistical analysis in the workplace. Authors Jane Oppenlander and Patricia Schaffer begin by illustrating techniques to prepare data for analysis, followed by presenting effective methods to summarize, visualize, and analyze data. The statistical analysis methods covered in the book are the foundational techniques commonly applied to meet regulatory, operational, budgeting, and research needs in the health care field. This example-driven book shows practitioners how to solve real-world problems by using an approach that includes problem definition, data management, selecting the appropriate analysis methods, step-by-step JMP instructions, and interpreting statistical results in context. Practical strategies for selecting appropriate statistical methods, remediating data anomalies, and interpreting statistical results in the domain context are emphasized. The cases presented in Data Management and Analysis Using JMP use multiple statistical methods. A progression of methods--from univariate to multivariate--is employed, illustrating a logical approach to problem-solving. Much of the data used in these cases is open source and drawn from a variety of health care settings. The book offers a welcome guide to working professionals as well as students studying statistics in health care-related fields.

  • - A Guide to Statistics and Data Analysis Using JMP, Sixth Edition
    af Mia L. Stephens, John Sall, Ann Lehman & mfl.
    1.097,95 - 1.392,95 kr.

    This book provides hands-on tutorials with just the right amount of conceptual and motivational material to illustrate how to use the intuitive interface for data analysis in JMP. Each chapter features concept-specific tutorials,examples, brief reviews of concepts, step-by-step illustrations, and exercises. Updated for JMP 13, JMP Start Statistics, Sixth Edition includes many new features, including: The redesigned Formula Editor. New and improved ways to create formulas in JMP directly from the data table or dialogs. Interface updates, including improved menu layout. Updates and enhancements in many analysis platforms. New ways to get data into JMP and to save and share JMP results. Many new features that make it easier to use JMP.

  • - The Python Perspective
    af Kevin D. Smith & Xiangxiang Meng
    582,95 kr.

    Learn how to access analytics from SAS Cloud Analytic Services (CAS) using Python and the SAS Viya platform.SAS Viya : The Python Perspective is an introduction to using the Python client on the SAS Viya platform. SAS Viya is a high-performance, fault-tolerant analytics architecture that can be deployed on both public and private cloud infrastructures. While SAS Viya can be used by various SAS applications, it also enables you to access analytic methods from SAS, Python, Lua, and Java, as well as through a REST interface using HTTP or HTTPS. This book focuses on the perspective of SAS Viya from Python. SAS Viya is made up of multiple components. The central piece of this ecosystem is SAS Cloud Analytic Services (CAS). CAS is the cloud-based server that all clients communicate with to run analytical methods. The Python client is used to drive the CAS component directly using objects and constructs that are familiar to Python programmers.Some knowledge of Python would be helpful before using this book; however, there is an appendix that covers the features of Python that are used in the CAS Python client. Knowledge of CAS is not required to use this book. However, you will need to have a CAS server set up and running to execute the examples in this book. With this book, you will learn how to:Install the required components for accessing CAS from PythonConnect to CAS, load data, and run simple analysesWork with CAS using APIs familiar to Python usersGrasp general CAS workflows and advanced features of the CAS Python client SAS Viya : The Python Perspective covers topics that will be useful to beginners as well as experienced CAS users. It includes examples from creating connections to CAS all the way to simple statistics and machine learning, but it is also useful as a desktop reference.

  • - A Practical Guide
    af Trevor Bihl
    647,95 kr.

    Analyze your biostatistics data with JMP!Trevor Bihl's Biostatistics Using JMP: A Practical Guide provides a practical introduction on using JMP, the interactive statistical discovery software, to solve biostatistical problems. Providing extensive breadth, from summary statistics to neural networks, this essential volume offers a comprehensive, step-by-step guide to using JMP to handle your data. The first biostatistical book to focus on software, Biostatistics Using JMP discusses such topics as data visualization, data wrangling, data cleaning, histograms, box plots, Pareto plots, scatter plots, hypothesis tests, confidence intervals, analysis of variance, regression, curve fitting, clustering, classification, discriminant analysis, neural networks, decision trees, logistic regression, survival analysis, control charts, and metaanalysis. Written for university students, professors, those who perform biological/biomedical experiments, laboratory managers, and research scientists, Biostatistics Using JMP provides a practical approach to using JMP to solve your biostatistical problems.

  • - The Insider's Guide
    af Martha Messineo
    467,95 - 632,95 kr.

    Learn to write SAS programs quickly and efficiently. Programming in SAS is flexible, but it can also be overwhelming. Many novice and experienced programmers learn how to write programs that use the DATA step and macros, but they often dont realize that a simpler or better way can achieve the same results. In a user-friendly tutorial style, Practical and Efficient SAS Programming: The Insider's Guide provides general SAS programming tips that use the tools available in Base SAS, including the DATA step, the SAS macro facility, and SQL. Drawing from the authors 30 years of SAS programming experience, this book offers self-contained sections that describe each tip or trick and present numerous examples. It therefore serves as both an easy reference for a specific question, and a useful cover-to-cover read. As a bonus, the utility programs included in the appendixes will help you simplify your programs, as well as help you develop a sleek and efficient coding style. With this book, you will learn how to do the following:use the DATA step, the SAS macro facility, SQL, and other Base SAS tools more efficiently choose the best tool for a taskuse lookup tablessimulate recursion with macrosread metadata with the DATA stepcreate your own programming style in order to write programs that are easily maintainedUsing this book, SAS programmers of all levels will discover new techniques to help them write programs quickly and efficiently.

  • af Robert Carver
    497,95 kr.

    Access and clean up data easily using JMP(R)! Data acquisition and preparation commonly consume approximately 75% of the effort and time of total data analysis. JMP provides many visual, intuitive, and even innovative data-preparation capabilities that enable you to make the most of your organization's data. Preparing Data for Analysis with JMP is organized within a framework of statistical investigations and model-building and illustrates the new data-handling features in JMP, such as the Query Builder. Useful to students and programmers with little or no JMP experience, or those looking to learn the new data-management features and techniques, it uses a practical approach to getting started with plenty of examples. Using step-by-step demonstrations and screenshots, this book walks you through the most commonly used data-management techniques that also include lots of tips on how to avoid common problems. With this book, you will learn how to: Manage database operations using the JMP Query Builder Get data into JMP from other formats, such as Excel, csv, SAS, HTML, JSON, and the web Identify and avoid problems with the help of JMP's visual and automated data-exploration tools Consolidate data from multiple sources with Query Builder for tables Deal with common issues and repairs that include the following tasks: reshaping tables (stack/unstack) managing missing data with techniques such as imputation and Principal Components Analysis cleaning and correcting dirty data computing new variables transforming variables for modelling reconciling time and date Subset and filter your data Save data tables for exchange with other platforms

  • af Ron Cody
    542,95 kr.

    Find errors and clean up data easily using SAS! Thoroughly updated, Cody's Data Cleaning Techniques Using SAS, Third Edition, addresses tasks that nearly every data analyst needs to do - that is, make sure that data errors are located and corrected. Written in Ron Cody's signature informal, tutorial style, this book develops and demonstrates data cleaning programs and macros that you can use as written or modify which will make your job of data cleaning easier, faster, and more efficient. Building on both the author's experience gained from teaching a data cleaning course for over 10 years, and advances in SAS, this third edition includes four new chapters, covering topics such as the use of Perl regular expressions for checking the format of character values (such as zip codes or email addresses) and how to standardize company names and addresses. With this book, you will learn how to: find and correct errors in character and numeric values develop programming techniques related to dates and missing values deal with highly skewed data develop techniques for correcting your data errors use integrity constraints and audit trails to prevent errors from being added to a clean data set

  • - How to Explore Numbers, Design Reports, and Gain Insight into Your Data
    af Tricia Aanderud, Rob Collum & Ryan Kumpfmiller
    612,95 - 837,95 kr.

    When it comes to business intelligence and analytical capabilities, SAS Visual Analytics is the premier solution for data discovery, visualization, and reporting. An Introduction to SAS Visual Analytics will show you how to make sense of your complex data with the goal of leading you to smarter, data-driven decisions without having to write a single line of code - unless you want to! You will be able to use SAS Visual Analytics to access, prepare, and present your data to anyone anywhere in the world. SAS Visual Analytics automatically highlights key relationships, outliers, clusters, trends and more. These abilities will guide you to critical insights that inspire action from your data. With this book, you will become proficient using SAS Visual Analytics to present data and results in customizable, robust visualizations, as well as guided analyses through auto-charting. With interactive dashboards, charts, and reports, you will create visualizations which convey clear and actionable insights for any size and type of data. This book largely focuses on the version of SAS Visual Analytics on SAS 9.4, although it is available on both 9.4 and SAS Viya platforms. Each version is considered the latest release, with subsequent releases planned to continue on each platform; hence, the Viya version works similarly to the 9.4 version and will look familiar. This book covers new features of each and important differences between the two. With this book, you will learn how to: Build your first report using the SAS Visual Analytics Designer Prepare a dashboard and determine the best layout Effectively use geo-spatial objects to add location analytics to reports Understand and use the elements of data visualizations Prepare and load your data with the SAS Visual Analytics Data Builder Analyze data with a variety of options, including forecasting, word clouds, heat maps, correlation matrix, and more Understand administration activities to keep SAS Visual Analytics humming along Optimize your environment for considerations such as scalability, availability, and efficiency between components of your SAS software deployment and data providers

  • - Practical Methods, Examples, and Case Studies Using SAS
    af Goutam Chakraborty, Murali Pagolu & Satish Garla
    817,95 kr.

  • af Ian Cox & Marie Gaudard
    662,95 kr.

  • - A Supplement for Using JMP
    af Heath Rushing, Andrew Karl & James Wisnowski
    662,95 kr.

  • - A Guide to Its Origin, Content, and Application Using SAS
    af Craig Dickstein & Renu Gehring
    417,95 kr.

  • af Michele M Burlew
    497,95 - 1.082,95 kr.

  • af Jack Shostak & Glenn a Walker
    1.257,95 - 1.727,95 kr.

  • - Using SAS with the Internet of Things
     
    432,95 kr.

    Explore powerful SAS analytics and the Internet of Things!The world that we live in is more connected than ever before. The Internet of Things (IoT) consists of mechanical and electronic devices connected to one another and to software through the internet. Businesses can use the IoT to quickly make intelligent decisions based on massive amounts of data gathered in real time from these connected devices. IoT increases productivity, lowers operating costs, and provides insights into how businesses can serve existing markets and expand into new ones.Intelligence at the Edge: Using SAS with the Internet of Things is for anyone who wants to learn more about the rapidly changing field of IoT. Current practitioners explain how to apply SAS software and analytics to derive business value from the Internet of Things. The cornerstone of this endeavor is SAS Event Stream Processing, which enables you to process and analyze continuously flowing events in real time. With step-by-step guidance and real-world scenarios, you will learn how to apply analytics to streaming data. Each chapter explores a different aspect of IoT, including the analytics life cycle, monitoring, deployment, geofencing, machine learning, artificial intelligence, condition-based maintenance, computer vision, and edge devices.

  • af Jordan Bakerman
    342,95 kr.

  • - Advanced Programming Using SAS 9.4
     
    1.677,95 kr.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.