Vi bøger
Levering: 1 - 2 hverdage

Bøger udgivet af SAS Institute

Filter
Filter
Sorter efterSorter Populære
  • - A Primer, Sixth Edition
    af Lora D Delwiche & Susan J Slaughter
    532,95 - 649,95 kr.

  • - A JMP Companion
    af M S Brenda S Ramirez & Ph D Jose G Ramirez
    627,95 kr.

  • af Lora D Delwiche & Susan J Slaughter
    647,95 - 837,95 kr.

  • - A Programmer's Guide, Second Edition
    af Ron Cody
    987,95 - 1.277,95 kr.

  • af Rick Wicklin
    762,95 kr.

    Data simulation is a fundamental technique in statistical programming and research. Rick Wicklin's Simulating Data with SAS brings together the most useful algorithms and the best programming techniques for efficient data simulation in an accessible how-to book for practicing statisticians and statistical programmers. This book discusses in detail how to simulate data from common univariate and multivariate distributions, and how to use simulation to evaluate statistical techniques. It also covers simulating correlated data, data for regression models, spatial data, and data with given moments. It provides tips and techniques for beginning programmers, and offers libraries of functions for advanced practitioners. As the first book devoted to simulating data across a range of statistical applications, Simulating Data with SAS is an essential tool for programmers, analysts, researchers, and students who use SAS software.

  • - Base Programming Using SAS 9.4
     
    1.167,95 kr.

    The SAS® Certified Specialist Prep Guide: Base Programming Using SAS® 9.4 prepares you to take the new SAS 9.4 Base Programming -- Performance-Based Exam. This is the official guide by the SAS Global Certification Program. This prep guide is for both new and experienced SAS users, and it covers all the objectives that are tested on the exam. New in this edition is a workbook whose sample scenarios require you to write code to solve problems and answer questions. Answers for the chapter quizzes and solutions for the sample scenarios in the workbook are included. You will also find links to exam objectives, practice exams, and other resources such as the Base SAS® glossary and a list of practice data sets. Major topics include importing data, creating and modifying SAS data sets, and identifying and correcting both data syntax and programming logic errors. All exam topics are covered in these chapters: Setting Up Practice Data Basic Concepts Accessing Your Data Creating SAS Data Sets Identifying and Correcting SAS Language Errors Creating Reports Understanding DATA Step Processing BY-Group Processing Creating and Managing Variables Combining SAS Data Sets Processing Data with DO Loops SAS Formats and Informats SAS Date, Time, and Datetime Values Using Functions to Manipulate Data Producing Descriptive Statistics Creating Output Practice Programming Scenarios (Workbook)

  • - A Practical Guide
    af Paul D Allison
    706,95 kr.

  • af Natalia Summerville
    567,95 kr.

    Advance your knowledge of operations research and social good! Recent technological developments allow data analytics practitioners to solve large problems better and faster with state-of-the-art artificial intelligence (AI) tools. At the same time, humanity faces overarching challenges such as the climate crisis, child malnutrition, systemic racism, and global pandemics, among others. Operations Research for Social Good: A Practitioner's Introduction Using SAS and Python showcases operations research (OR) methodologies typically required in engineering curricula to applications targeted to make this world a better place. Designed for data scientists, analytics and operations research practitioners, and graduate-level students interested in learning optimization modeling with applied use cases, this book provides the skills to model and solve OR problems with both SAS and Python as well as practical tools and tips to bridge the gap between academic learning and real-world implementations based on Data4Good initiatives.

  • af Robert N. Rodriguez
    1.017,95 kr.

    Advance your skills in building predictive models with SAS! Building Regression Models with SAS: A Guide for Data Scientists teaches data scientists, statisticians, and other analysts who use SAS to train regression models for prediction with large, complex data. Each chapter focuses on a particular model and includes a high-level overview, followed by basic concepts, essential syntax, and examples using new procedures in both SAS/STAT and SAS Viya. By emphasizing introductory examples and interpretation of output, this book provides readers with a clear understanding of how to build the following types of models: general linear models quantile regression models logistic regression models generalized linear models generalized additive models proportional hazards regression models tree models models based on multivariate adaptive regression splines Building Regression Models with SAS is an essential guide to learning about a variety of models that provide interpretability as well as predictive performance.

  • af Todd Case & Yuting Tian
    577,95 - 752,95 kr.

  • af Sally Ann Slight
    112,95 kr.

  • af Christian Fg Schendera
    877,95 - 1.132,95 kr.

  • af Ron Cody
    897,95 kr.

    In SAS Statistics by Example, Ron Cody offers up a cookbook approach for doing statistics with SAS. Structured specifically around the most commonly used statistical tasks or techniques--for example, comparing two means, ANOVA, and regression--this book provides an easy-to-follow, how-to approach to statistical analysis not found in other books. For each statistical task, Cody includes heavily annotated examples using ODS Statistical Graphics procedures such as SGPLOT, SGSCATTER, and SGPANEL that show how SAS can produce the required statistics. Also, you will learn how to test the assumptions for all relevant statistical tests. Major topics featured include descriptive statistics, one- and two-sample tests, ANOVA, correlation, linear and multiple regression, analysis of categorical data, logistic regression, nonparametric techniques, and power and sample size. This is not a book that teaches statistics. Rather, SAS Statistics by Example is perfect for intermediate to advanced statistical programmers who know their statistics and want to use SAS to do their analyses. This book is part of the SAS Press program.

  • af Matthew Gillingham
    252,95 kr.

    SAS Programming with Medicare Administrative Data is the most comprehensive resource available for using Medicare data with SAS. This book teaches you how to access Medicare data and, more importantly, how to apply this data to your research. Knowing how to use Medicare data to answer common research and business questions is a critical skill for many SAS users. Due to its complexity, Medicare data requires specific programming knowledge in order to be applied accurately. Programmers need to understand the Medicare program in order to interpret and utilize its data. With this book, you'll learn the entire process of programming with Medicare datafrom obtaining access to data; to measuring cost, utilization, and quality; to overcoming common challenges. Each chapter includes exercises that challenge you to apply concepts to real-world programming tasks. SAS Programming with Medicare Administrative Data offers beginners a programming project template to follow from beginning to end. It also includes more complex questions and discussions that are appropriate for advanced users. Matthew Gillingham has created a book that is both a foundation for programmers new to Medicare data and a comprehensive reference for experienced programmers. This book is part of the SAS Press program.

  • af Patricia Berglund
    292,95 kr.

    Find guidance on using SAS for multiple imputation and solving common missing data issues. Multiple Imputation of Missing Data Using SAS provides both theoretical background and constructive solutions for those working with incomplete data sets in an engaging example-driven format. It offers practical instruction on the use of SAS for multiple imputation and provides numerous examples that use a variety of public release data sets with applications to survey data. Written for users with an intermediate background in SAS programming and statistics, this book is an excellent resource for anyone seeking guidance on multiple imputation. The authors cover the MI and MIANALYZE procedures in detail, along with other procedures used for analysis of complete data sets. They guide analysts through the multiple imputation process, including evaluation of missing data patterns, choice of an imputation method, execution of the process, and interpretation of results. Topics discussed include how to deal with missing data problems in a statistically appropriate manner, how to intelligently select an imputation method, how to incorporate the uncertainty introduced by the imputation process, and how to incorporate the complex sample design (if appropriate) through use of the SAS SURVEY procedures. Discover the theoretical background and see extensive applications of the multiple imputation process in action. This book is part of the SAS Press program.

  • af Rick Wicklin
    882,95 kr.

    Data simulation is a fundamental technique in statistical programming and research. Rick Wicklin's Simulating Data with SAS brings together the most useful algorithms and the best programming techniques for efficient data simulation in an accessible how-to book for practicing statisticians and statistical programmers. This book discusses in detail how to simulate data from common univariate and multivariate distributions, and how to use simulation to evaluate statistical techniques. It also covers simulating correlated data, data for regression models, spatial data, and data with given moments. It provides tips and techniques for beginning programmers, and offers libraries of functions for advanced practitioners. As the first book devoted to simulating data across a range of statistical applications, Simulating Data with SAS is an essential tool for programmers, analysts, researchers, and students who use SAS software. This book is part of the SAS Press program.

  • af Sandeep Menon
    1.117,95 kr.

    Get the tools you need to use SAS(R) in clinical trial design!Unique and multifaceted, Modern Approaches to Clinical Trials Using SAS: Classical, Adaptive, and Bayesian Methods, edited by Sandeep M. Menon and Richard C. Zink, thoroughly covers several domains of modern clinical trial design: classical, group sequential, adaptive, and Bayesian methods that are applicable to and widely used in various phases of pharmaceutical development. Written for biostatisticians, pharmacometricians, clinical developers, and statistical programmers involved in the design, analysis, and interpretation of clinical trials, as well as students in graduate and postgraduate programs in statistics or biostatistics, the book touches on a wide variety of topics, including dose-response and dose-escalation designs; sequential methods to stop trials early for overwhelming efficacy, safety, or futility; Bayesian designs that incorporate historical data; adaptive sample size re-estimation; adaptive randomization to allocate subjects to more effective treatments; and population enrichment designs. Methods are illustrated using clinical trials from diverse therapeutic areas, including dermatology, endocrinology, infectious disease, neurology, oncology, and rheumatology. Individual chapters are authored by renowned contributors, experts, and key opinion leaders from the pharmaceutical/medical device industry or academia. Numerous real-world examples and sample SAS code enable users to readily apply novel clinical trial design and analysis methodologies in practice.

  • af Ronald Snee
    752,95 kr.

    Strategies for Formulations Development: A Step-by-Step Guide Using JMP is based on the authors' significant practical experience partnering with scientists to develop strategies to accelerate the formulation (mixtures) development process. The authors not only explain the most important methods used to design and analyze formulation experiments, but they also present overall strategies to enhance both the efficiency and effectiveness of the development process. With this book you will be able to: Approach the development process from a strategic viewpoint with the overall end result in mind. Design screening experiments to identify components that are most important to the performance of the formulation. Design optimization experiments to identify the maximum response in the design space. Analyze both screening and optimization experiments using graphical and numerical methods. Optimize multiple criteria, such as the quality, cost, and performance of product formulations. Design and analyze formulation studies that involve both formulation components and process variables using methods that reduce the required experimentation by up to 50%. Linking dynamic graphics with powerful statistics, JMP helps construct a visually compelling narrative to interactively share findings that are coherent and actionable by colleagues and decision makers. Using this book, you can take advantage of computer generated experiment designs when classical designs do not suffice, given the physical and economic constraints of the experiential environment. Strategies for Formulations Development: A Step-by-Step Guide Using JMP(R) is unique because it provides formulation scientists with the essential information they need in order to successfully conduct formulation studies in the chemical, biotech, and pharmaceutical industries.

  • af Sharad Saxena
    727,95 - 942,95 kr.

  • af Nicole Ball
    537,95 - 787,95 kr.

  • af Pinheiro Carlos Andre Reis Pinheiro & Patetta Mike Patetta
    307,95 - 397,95 kr.

  • af Randall S. Collica
    467,95 - 607,95 kr.

  • af Hummel Ruth Hummel, Claassen Elizabeth A. Claassen & Wolfinger Russell D. Wolfinger
    557,95 - 597,95 kr.

  • - Using SAS Studio in the Cloud
    af Ron Cody
    477,95 kr.

    Get up and running with SAS using Ron Cody's easy-to-follow, step-by-step guide.Aimed at beginners, Getting Started with SAS Programming: Using SAS Studio in the Cloud uses short examples to teach SAS programming from the basics to more advanced topics in the point-and-click interactive environment of SAS Studio. To begin, you will learn how to register for SAS OnDemand for Academics, an online delivery platform for teaching and learning statistical analysis that provides free access to SAS software via the cloud. The first part of the book shows you how to use SAS Studio built-in tasks to produce a report, summarize data, and create charts and graphs. It also describes how you can perform basic statistical tests using the interactive point-and-click environment.The second part of the book uses easy-to-follow examples to show you how to write your own SAS programs and how to use SAS procedures to perform a variety of tasks. This part of the book also explains 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 SAS OnDemand for Academics platform.

  • - Cutting-Edge Techniques and SAS Macros to Clean, Prepare, and Manage Data
    af Kim Chantala
    382,95 kr.

  • - Using SAS Studio in the Cloud (Hardcover edition)
    af Ron Cody
    622,95 kr.

  • - Cutting-Edge Techniques and SAS Macros to Clean, Prepare, and Manage Data (Hardcover edition)
    af Kim Chantala
    497,95 kr.

  • af Kriss Harris
    572,95 - 737,95 kr.

Gør som tusindvis af andre bogelskere

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