Elementary Statistics Using SAS

Elementary Statistics Using SAS
Author: Sandra D. Schlotzhauer
Publisher: SAS Institute
Total Pages: 560
Release: 2015-04-17
Genre: Computers
ISBN: 1607644266

Bridging the gap between statistics texts and SAS documentation, Elementary Statistics Using SAS is written for those who want to perform analyses to solve problems. The first section of the book explains the basics of SAS data sets and shows how to use SAS for descriptive statistics and graphs. The second section discusses fundamental statistical concepts, including normality and hypothesis testing. The remaining sections of the book show analyses for comparing two groups, comparing multiple groups, fitting regression equations, and exploring contingency tables. For each analysis, author Sandra Schlotzhauer explains assumptions, statistical approach, and SAS methods and syntax, and makes conclusions from the results. Statistical methods covered include two-sample t-tests, paired-difference t-tests, analysis of variance, multiple comparison techniques, regression, regression diagnostics, and chi-square tests. Elementary Statistics Using SAS is a thoroughly revised and updated edition of Ramon Littell and Sandra Schlotzhauer's SAS System for Elementary Statistical Analysis.

Elementary Statistics Using JMP

Elementary Statistics Using JMP
Author: Sandra D. Schlotzhauer
Publisher: SAS Press
Total Pages: 458
Release: 2007
Genre: Computers
ISBN: 9781599943756

Learn how to perform basic statistical analyses using the powerful JMP software. Elementary Statistics Using JMP bridges the gap between statistics texts and JMP documentation. Author Sandra Schlotzhauer opens with an explanation of the basics of JMP data tables, demonstrating how to use JMP for descriptive statistics and graphs. The author continues with a lucid discussion of fundamental statistical concepts, including normality and hypothesis testing. Using a step-by-step approach, she shows analyses for comparing two groups, comparing multiple groups, fitting regression equations, and exploring contingency tables. For each analysis, the author clearly explains assumptions, the statistical approach, the JMP steps and results, and how to make conclusions from the results. Statistical methods include: *histograms, box plots, descriptive statistics, stem-and-leaf plots *mosaic plots, bar charts, and treemaps *t-tests and Wilcoxon tests to compare two independent or paired groups *one-way ANOVA and Kruskal-Wallis tests, and selected multiple comparison techniques *Pearson and Spearman correlation coefficients *regression models for lines, curves, and multiple variables *residuals plots and lack-of-fit tests for regression *Chi-square tests, Fisher's Exact test, and measures of association for contingency tables. Understand how to interpret both the graphs and text reports, as well as how to customize JMP results to meet your needs. Packed with examples from a broad range of industries, this text is ideal for novice to intermediate JMP users. Prior statistical knowledge, JMP experience, or programming skills are not required.

SAS System for Elementary Statistical Analysis

SAS System for Elementary Statistical Analysis
Author: Sandra D. Schlotzhauer
Publisher: SAS Press
Total Pages: 0
Release: 1997
Genre: Computers
ISBN: 9781580250184

This updated edition shows how to use SAS to perform basic statistical analysis. General topics include creating a data set with SAS; summarizing data with descriptive statistics, frequency tables, and bar charts; comparing groups (t-tests, one-way ANOVA, and nonparametric analogues); performing basic linear regression (lines, curves, and two-variable models); performing simple regression diagnostics (residuals plots, studentized residuals); and creating and analyzing tables of data. Using real-life examples, this beginner's guide bridges the gap between statistics texts and SAS documentation.

A Step-by-Step Approach to Using SAS for Univariate & Multivariate Statistics

A Step-by-Step Approach to Using SAS for Univariate & Multivariate Statistics
Author: Norm O'Rourke
Publisher: SAS Institute
Total Pages: 552
Release: 2005
Genre: Computers
ISBN: 1590474171

Providing practice data inspired by actual studies, this book explains how to choose the right statistic, understand the assumptions underlying the procedure, prepare an SAS program for an analysis, interpret the output, and summarize the analysis and results according to the format prescribed in the Publication Manual of the American Psychological Association.

SAS Statistics by Example

SAS Statistics by Example
Author: Ron Cody, EdD
Publisher: SAS Institute
Total Pages: 275
Release: 2011-08-22
Genre: Computers
ISBN: 1612900127

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.

A Handbook of Statistical Graphics Using SAS ODS

A Handbook of Statistical Graphics Using SAS ODS
Author: Geoff Der
Publisher: CRC Press
Total Pages: 250
Release: 2014-08-15
Genre: Mathematics
ISBN: 1466599030

Easily Use SAS to Produce Your Graphics Diagrams, plots, and other types of graphics are indispensable components in nearly all phases of statistical analysis, from the initial assessment of the data to the selection of appropriate statistical models to the diagnosis of the chosen models once they have been fitted to the data. Harnessing the full graphics capabilities of SAS, A Handbook of Statistical Graphics Using SAS ODS covers essential graphical methods needed in every statistician’s toolkit. It explains how to implement the methods using SAS 9.4. The handbook shows how to use SAS to create many types of statistical graphics for exploring data and diagnosing fitted models. It uses SAS’s newer ODS graphics throughout as this system offers a number of advantages, including ease of use, high quality of results, consistent appearance, and convenient semiautomatic graphs from the statistical procedures. Each chapter deals graphically with several sets of example data from a wide variety of areas, such as epidemiology, medicine, and psychology. These examples illustrate the use of graphic displays to give an overview of data, to suggest possible hypotheses for testing new data, and to interpret fitted statistical models. The SAS programs and data sets are available online.

Simulating Data with SAS

Simulating Data with SAS
Author: Rick Wicklin
Publisher: SAS Institute
Total Pages: 363
Release: 2013
Genre: Computers
ISBN: 1612903320

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.

End-to-End Data Science with SAS

End-to-End Data Science with SAS
Author: James Gearheart
Publisher: SAS Institute
Total Pages: 246
Release: 2020-06-26
Genre: Computers
ISBN: 1642958069

Learn data science concepts with real-world examples in SAS! End-to-End Data Science with SAS: A Hands-On Programming Guide provides clear and practical explanations of the data science environment, machine learning techniques, and the SAS programming knowledge necessary to develop machine learning models in any industry. The book covers concepts including understanding the business need, creating a modeling data set, linear regression, parametric classification models, and non-parametric classification models. Real-world business examples and example code are used to demonstrate each process step-by-step. Although a significant amount of background information and supporting mathematics are presented, the book is not structured as a textbook, but rather it is a user’s guide for the application of data science and machine learning in a business environment. Readers will learn how to think like a data scientist, wrangle messy data, choose a model, and evaluate the model’s effectiveness. New data scientists or professionals who want more experience with SAS will find this book to be an invaluable reference. Take your data science career to the next level by mastering SAS programming for machine learning models.

A Gentle Introduction to Statistics Using SAS Studio in the Cloud

A Gentle Introduction to Statistics Using SAS Studio in the Cloud
Author: Ron Cody
Publisher: SAS Institute
Total Pages: 324
Release: 2021-05-07
Genre: Computers
ISBN: 1954844476

Point and click your way to performing statistics! Many people are intimidated by learning statistics, but A Gentle Introduction to Statistics Using SAS Studio in the Cloud is here to help. Whether you need to perform statistical analysis for a project or, perhaps, for a course in education, psychology, sociology, economics, or any other field that requires basic statistical skills, this book teaches the fundamentals of statistics, from designing your experiment through calculating logistic regressions. Serving as an introduction to many common statistical tests and principles, it explains concepts in an intuitive way with little math and very few formulas. The book is full of examples demonstrating the use of SAS Studio’s easy point-and-click interface accessed with SAS OnDemand for Academics, an online delivery platform for teaching and learning statistical analysis that provides free access to SAS software via the cloud. Topics included in this book are: How to access SAS OnDemand for Academics Descriptive statistics One-sample tests T tests (for independent or paired samples) One-way analysis of variance (ANOVA) N-way ANOVA Correlation analysis Simple and multiple linear regression Binary logistic regression Categorical data, including two-way tables and chi-square Power and sample size calculations Questions are provided to test your knowledge and practice your skills.