Exploring Modern Regression Methods Using SAS

Exploring Modern Regression Methods Using SAS

Author:

Publisher:

Published: 2019-06-21

Total Pages: 142

ISBN-13: 9781642954876

DOWNLOAD EBOOK

This special collection of SAS Global Forum papers demonstrates new and enhanced capabilities and applications of lesser-known SAS/STAT and SAS Viya procedures for regression models. The goal here is to raise awareness of current valuable SAS/STAT content of which the user may not be aware. Also available free as a PDF from sas.com/books.


Survival Analysis Using SAS

Survival Analysis Using SAS

Author: Paul D. Allison

Publisher: SAS Institute

Published: 2010-03-29

Total Pages: 337

ISBN-13: 1599948842

DOWNLOAD EBOOK

Easy to read and comprehensive, Survival Analysis Using SAS: A Practical Guide, Second Edition, by Paul D. Allison, is an accessible, data-based introduction to methods of survival analysis. Researchers who want to analyze survival data with SAS will find just what they need with this fully updated new edition that incorporates the many enhancements in SAS procedures for survival analysis in SAS 9. Although the book assumes only a minimal knowledge of SAS, more experienced users will learn new techniques of data input and manipulation. Numerous examples of SAS code and output make this an eminently practical book, ensuring that even the uninitiated become sophisticated users of survival analysis. The main topics presented include censoring, survival curves, Kaplan-Meier estimation, accelerated failure time models, Cox regression models, and discrete-time analysis. Also included are topics not usually covered in survival analysis books, such as time-dependent covariates, competing risks, and repeated events. Survival Analysis Using SAS: A Practical Guide, Second Edition, has been thoroughly updated for SAS 9, and all figures are presented using ODS Graphics. This new edition also documents major enhancements to the STRATA statement in the LIFETEST procedure; includes a section on the PROBPLOT command, which offers graphical methods to evaluate the fit of each parametric regression model; introduces the new BAYES statement for both parametric and Cox models, which allows the user to do a Bayesian analysis using MCMC methods; demonstrates the use of the counting process syntax as an alternative method for handling time-dependent covariates; contains a section on cumulative incidence functions; and describes the use of the new GLIMMIX procedure to estimate random-effects models for discrete-time data. This book is part of the SAS Press program.


Fixed Effects Regression Methods for Longitudinal Data Using SAS

Fixed Effects Regression Methods for Longitudinal Data Using SAS

Author: Paul David Allison

Publisher: SAS Press

Published: 2005

Total Pages: 148

ISBN-13: 9781590475683

DOWNLOAD EBOOK

An invaluable resource, this straightforward and thorough text reveals how to estimate fixed effects models with several SAS procedures that are appropriate for different kinds of outcome variables. This book is designed for all researchers interested in adding fixed effects regression methods to their tool kit of statistical techniques.


Regression Modeling

Regression Modeling

Author: Michael Panik

Publisher: CRC Press

Published: 2009-04-30

Total Pages: 832

ISBN-13: 1420091980

DOWNLOAD EBOOK

Regression Modeling: Methods, Theory, and Computation with SAS provides an introduction to a diverse assortment of regression techniques using SAS to solve a wide variety of regression problems. The author fully documents the SAS programs and thoroughly explains the output produced by the programs.The text presents the popular ordinary least square


A Modern Approach to Regression with R

A Modern Approach to Regression with R

Author: Simon Sheather

Publisher: Springer Science & Business Media

Published: 2009-02-27

Total Pages: 398

ISBN-13: 0387096086

DOWNLOAD EBOOK

This book focuses on tools and techniques for building regression models using real-world data and assessing their validity. A key theme throughout the book is that it makes sense to base inferences or conclusions only on valid models. Plots are shown to be an important tool for both building regression models and assessing their validity. We shall see that deciding what to plot and how each plot should be interpreted will be a major challenge. In order to overcome this challenge we shall need to understand the mathematical properties of the fitted regression models and associated diagnostic procedures. As such this will be an area of focus throughout the book. In particular, we shall carefully study the properties of resi- als in order to understand when patterns in residual plots provide direct information about model misspecification and when they do not. The regression output and plots that appear throughout the book have been gen- ated using R. The output from R that appears in this book has been edited in minor ways. On the book web site you will find the R code used in each example in the text.


Applied Medical Statistics Using SAS

Applied Medical Statistics Using SAS

Author: Geoff Der

Publisher: CRC Press

Published: 2012-10-01

Total Pages: 562

ISBN-13: 1439867976

DOWNLOAD EBOOK

Written with medical statisticians and medical researchers in mind, this intermediate-level reference explores the use of SAS for analyzing medical data. Applied Medical Statistics Using SAS covers the whole range of modern statistical methods used in the analysis of medical data, including regression, analysis of variance and covariance, longitudinal and survival data analysis, missing data, generalized additive models (GAMs), and Bayesian methods. The book focuses on performing these analyses using SAS, the software package of choice for those analysing medical data. Features Covers the planning stage of medical studies in detail; several chapters contain details of sample size estimation Illustrates methods of randomisation that might be employed for clinical trials Covers topics that have become of great importance in the 21st century, including Bayesian methods and multiple imputation Its breadth and depth, coupled with the inclusion of all the SAS code, make this book ideal for practitioners as well as for a graduate class in biostatistics or public health. Complete data sets, all the SAS code, and complete outputs can be found on an associated website: http://support.sas.com/amsus


Building Regression Models with SAS

Building Regression Models with SAS

Author: Robert N. Rodriguez

Publisher: SAS Institute

Published: 2023-04-18

Total Pages: 464

ISBN-13: 1951684001

DOWNLOAD EBOOK

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.


SAS and R

SAS and R

Author: Ken Kleinman

Publisher: CRC Press

Published: 2014-07-17

Total Pages: 473

ISBN-13: 1466584491

DOWNLOAD EBOOK

An Up-to-Date, All-in-One Resource for Using SAS and R to Perform Frequent Tasks The first edition of this popular guide provided a path between SAS and R using an easy-to-understand, dictionary-like approach. Retaining the same accessible format, SAS and R: Data Management, Statistical Analysis, and Graphics, Second Edition explains how to easily perform an analytical task in both SAS and R, without having to navigate through the extensive, idiosyncratic, and sometimes unwieldy software documentation. The book covers many common tasks, such as data management, descriptive summaries, inferential procedures, regression analysis, and graphics, along with more complex applications. New to the Second Edition This edition now covers RStudio, a powerful and easy-to-use interface for R. It incorporates a number of additional topics, including using application program interfaces (APIs), accessing data through database management systems, using reproducible analysis tools, and statistical analysis with Markov chain Monte Carlo (MCMC) methods and finite mixture models. It also includes extended examples of simulations and many new examples. Enables Easy Mobility between the Two Systems Through the extensive indexing and cross-referencing, users can directly find and implement the material they need. SAS users can look up tasks in the SAS index and then find the associated R code while R users can benefit from the R index in a similar manner. Numerous example analyses demonstrate the code in action and facilitate further exploration. The datasets and code are available for download on the book’s website.


Statistical Data Analysis Using SAS

Statistical Data Analysis Using SAS

Author: Mervyn G. Marasinghe

Publisher: Springer

Published: 2018-04-12

Total Pages: 688

ISBN-13: 3319692399

DOWNLOAD EBOOK

The aim of this textbook (previously titled SAS for Data Analytics) is to teach the use of SAS for statistical analysis of data for advanced undergraduate and graduate students in statistics, data science, and disciplines involving analyzing data. The book begins with an introduction beyond the basics of SAS, illustrated with non-trivial, real-world, worked examples. It proceeds to SAS programming and applications, SAS graphics, statistical analysis of regression models, analysis of variance models, analysis of variance with random and mixed effects models, and then takes the discussion beyond regression and analysis of variance to conclude. Pedagogically, the authors introduce theory and methodological basis topic by topic, present a problem as an application, followed by a SAS analysis of the data provided and a discussion of results. The text focuses on applied statistical problems and methods. Key features include: end of chapter exercises, downloadable SAS code and data sets, and advanced material suitable for a second course in applied statistics with every method explained using SAS analysis to illustrate a real-world problem. New to this edition: • Covers SAS v9.2 and incorporates new commands • Uses SAS ODS (output delivery system) for reproduction of tables and graphics output • Presents new commands needed to produce ODS output • All chapters rewritten for clarity • New and updated examples throughout • All SAS outputs are new and updated, including graphics • More exercises and problems • Completely new chapter on analysis of nonlinear and generalized linear models • Completely new appendix Mervyn G. Marasinghe, PhD, is Associate Professor Emeritus of Statistics at Iowa State University, where he has taught courses in statistical methods and statistical computing. Kenneth J. Koehler, PhD, is University Professor of Statistics at Iowa State University, where he teaches courses in statistical methodology at both graduate and undergraduate levels and primarily uses SAS to supplement his teaching.