An Introduction to Statistical Learning

An Introduction to Statistical Learning
Author: Gareth James
Publisher: Springer Nature
Total Pages: 617
Release: 2023-08-01
Genre: Mathematics
ISBN: 3031387473

An Introduction to Statistical Learning provides an accessible overview of the field of statistical learning, an essential toolset for making sense of the vast and complex data sets that have emerged in fields ranging from biology to finance, marketing, and astrophysics in the past twenty years. This book presents some of the most important modeling and prediction techniques, along with relevant applications. Topics include linear regression, classification, resampling methods, shrinkage approaches, tree-based methods, support vector machines, clustering, deep learning, survival analysis, multiple testing, and more. Color graphics and real-world examples are used to illustrate the methods presented. This book is targeted at statisticians and non-statisticians alike, who wish to use cutting-edge statistical learning techniques to analyze their data. Four of the authors co-wrote An Introduction to Statistical Learning, With Applications in R (ISLR), which has become a mainstay of undergraduate and graduate classrooms worldwide, as well as an important reference book for data scientists. One of the keys to its success was that each chapter contains a tutorial on implementing the analyses and methods presented in the R scientific computing environment. However, in recent years Python has become a popular language for data science, and there has been increasing demand for a Python-based alternative to ISLR. Hence, this book (ISLP) covers the same materials as ISLR but with labs implemented in Python. These labs will be useful both for Python novices, as well as experienced users.

Using R for Introductory Statistics

Using R for Introductory Statistics
Author: John Verzani
Publisher: CRC Press
Total Pages: 522
Release: 2018-10-03
Genre: Computers
ISBN: 1315360306

The second edition of a bestselling textbook, Using R for Introductory Statistics guides students through the basics of R, helping them overcome the sometimes steep learning curve. The author does this by breaking the material down into small, task-oriented steps. The second edition maintains the features that made the first edition so popular, while updating data, examples, and changes to R in line with the current version. See What’s New in the Second Edition: Increased emphasis on more idiomatic R provides a grounding in the functionality of base R. Discussions of the use of RStudio helps new R users avoid as many pitfalls as possible. Use of knitr package makes code easier to read and therefore easier to reason about. Additional information on computer-intensive approaches motivates the traditional approach. Updated examples and data make the information current and topical. The book has an accompanying package, UsingR, available from CRAN, R’s repository of user-contributed packages. The package contains the data sets mentioned in the text (data(package="UsingR")), answers to selected problems (answers()), a few demonstrations (demo()), the errata (errata()), and sample code from the text. The topics of this text line up closely with traditional teaching progression; however, the book also highlights computer-intensive approaches to motivate the more traditional approach. The authors emphasize realistic data and examples and rely on visualization techniques to gather insight. They introduce statistics and R seamlessly, giving students the tools they need to use R and the information they need to navigate the sometimes complex world of statistical computing.

Using and Interpreting Statistics

Using and Interpreting Statistics
Author: Eric W. Corty
Publisher: Macmillan Higher Education
Total Pages: 804
Release: 2016-03-17
Genre: Psychology
ISBN: 131902890X

Eric Corty’s engaging textbook is exceptionally well suited for behavioral science students studying statistical practice in their field for the first time. An award-winning master teacher, Corty speaks to students in their language, with an approachable voice that conveys the basics of collecting and understanding statistical data step by step. Examples come from the behavioral and social sciences, as well as from recognizable aspects of everyday life to help students see the relevance of what they are studying.

Understanding Statistics Using R

Understanding Statistics Using R
Author: Randall Schumacker
Publisher: Springer Science & Business Media
Total Pages: 298
Release: 2013-01-24
Genre: Computers
ISBN: 1461462274

This book was written to provide resource materials for teachers to use in their introductory or intermediate statistics class. The chapter content is ordered along the lines of many popular statistics books so it should be easy to supplement the content and exercises with class lecture materials. The book contains R script programs to demonstrate important topics and concepts covered in a statistics course, including probability, random sampling, population distribution types, role of the Central Limit Theorem, creation of sampling distributions for statistics, and more. The chapters contain T/F quizzes to test basic knowledge of the topics covered. In addition, the book chapters contain numerous exercises with answers or solutions to the exercises provided. The chapter exercises reinforce an understanding of the statistical concepts presented in the chapters. An instructor can select any of the supplemental materials to enhance lectures and/or provide additional coverage of concepts and topics in their statistics book.

Teaching Statistics Using Baseball

Teaching Statistics Using Baseball
Author: Jim Albert
Publisher: American Mathematical Society
Total Pages: 257
Release: 2022-02-04
Genre: Mathematics
ISBN: 1470469383

Teaching Statistics Using Baseball is a collection of case studies and exercises applying statistical and probabilistic thinking to the game of baseball. Baseball is the most statistical of all sports since players are identified and evaluated by their corresponding hitting and pitching statistics. There is an active effort by people in the baseball community to learn more about baseball performance and strategy by the use of statistics. This book illustrates basic methods of data analysis and probability models by means of baseball statistics collected on players and teams. Students often have difficulty learning statistics ideas since they are explained using examples that are foreign to the students. The idea of the book is to describe statistical thinking in a context (that is, baseball) that will be familiar and interesting to students. The book is organized using a same structure as most introductory statistics texts. There are chapters on the analysis on a single batch of data, followed with chapters on comparing batches of data and relationships. There are chapters on probability models and on statistical inference. The book can be used as the framework for a one-semester introductory statistics class focused on baseball or sports. This type of class has been taught at Bowling Green State University. It may be very suitable for a statistics class for students with sports-related majors, such as sports management or sports medicine. Alternately, the book can be used as a resource for instructors who wish to infuse their present course in probability or statistics with applications from baseball. The second edition of Teaching Statistics follows the same structure as the first edition, where the case studies and exercises have been replaced by modern players and teams, and the new types of baseball data from the PitchFX system and fangraphs.com are incorporated into the text.

Choosing and Using Statistics

Choosing and Using Statistics
Author: Calvin Dytham
Publisher: John Wiley & Sons
Total Pages: 323
Release: 2011-01-04
Genre: Science
ISBN: 1405198389

Choosing and Using Statistics remains an invaluable guide for students using a computer package to analyse data from research projects and practical class work. The text takes a pragmatic approach to statistics with a strong focus on what is actually needed. There are chapters giving useful advice on the basics of statistics and guidance on the presentation of data. The book is built around a key to selecting the correct statistical test and then gives clear guidance on how to carry out the test and interpret the output from four commonly used computer packages: SPSS, Minitab, Excel, and (new to this edition) the free program, R. Only the basics of formal statistics are described and the emphasis is on jargon-free English but any unfamiliar words can be looked up in the extensive glossary. This new 3rd edition of Choosing and Using Statistics is a must for all students who use a computer package to apply statistics in practical and project work. Features new to this edition: Now features information on using the popular free program, R Uses a simple key and flow chart to help you choose the right statistical test Aimed at students using statistics for projects and in practical classes Includes an extensive glossary and key to symbols to explain any statistical jargon No previous knowledge of statistics is assumed

Foundations and Applications of Statistics

Foundations and Applications of Statistics
Author: Randall Pruim
Publisher: American Mathematical Soc.
Total Pages: 842
Release: 2018-04-04
Genre: Computers
ISBN: 1470428482

Foundations and Applications of Statistics simultaneously emphasizes both the foundational and the computational aspects of modern statistics. Engaging and accessible, this book is useful to undergraduate students with a wide range of backgrounds and career goals. The exposition immediately begins with statistics, presenting concepts and results from probability along the way. Hypothesis testing is introduced very early, and the motivation for several probability distributions comes from p-value computations. Pruim develops the students' practical statistical reasoning through explicit examples and through numerical and graphical summaries of data that allow intuitive inferences before introducing the formal machinery. The topics have been selected to reflect the current practice in statistics, where computation is an indispensible tool. In this vein, the statistical computing environment R is used throughout the text and is integral to the exposition. Attention is paid to developing students' mathematical and computational skills as well as their statistical reasoning. Linear models, such as regression and ANOVA, are treated with explicit reference to the underlying linear algebra, which is motivated geometrically. Foundations and Applications of Statistics discusses both the mathematical theory underlying statistics and practical applications that make it a powerful tool across disciplines. The book contains ample material for a two-semester course in undergraduate probability and statistics. A one-semester course based on the book will cover hypothesis testing and confidence intervals for the most common situations. In the second edition, the R code has been updated throughout to take advantage of new R packages and to illustrate better coding style. New sections have been added covering bootstrap methods, multinomial and multivariate normal distributions, the delta method, numerical methods for Bayesian inference, and nonlinear least squares. Also, the use of matrix algebra has been expanded, but remains optional, providing instructors with more options regarding the amount of linear algebra required.

Discovering Statistics Using R

Discovering Statistics Using R
Author: Andy Field
Publisher: SAGE
Total Pages: 994
Release: 2012-03-07
Genre: Reference
ISBN: 144628915X

Keeping the uniquely humorous and self-deprecating style that has made students across the world fall in love with Andy Field′s books, Discovering Statistics Using R takes students on a journey of statistical discovery using R, a free, flexible and dynamically changing software tool for data analysis that is becoming increasingly popular across the social and behavioural sciences throughout the world. The journey begins by explaining basic statistical and research concepts before a guided tour of the R software environment. Next you discover the importance of exploring and graphing data, before moving onto statistical tests that are the foundations of the rest of the book (for example correlation and regression). You will then stride confidently into intermediate level analyses such as ANOVA, before ending your journey with advanced techniques such as MANOVA and multilevel models. Although there is enough theory to help you gain the necessary conceptual understanding of what you′re doing, the emphasis is on applying what you learn to playful and real-world examples that should make the experience more fun than you might expect. Like its sister textbooks, Discovering Statistics Using R is written in an irreverent style and follows the same ground-breaking structure and pedagogical approach. The core material is augmented by a cast of characters to help the reader on their way, together with hundreds of examples, self-assessment tests to consolidate knowledge, and additional website material for those wanting to learn more. Given this book′s accessibility, fun spirit, and use of bizarre real-world research it should be essential for anyone wanting to learn about statistics using the freely-available R software.

Statistics Using Technology, Second Edition

Statistics Using Technology, Second Edition
Author: Kathryn Kozak
Publisher: Lulu.com
Total Pages: 459
Release: 2015-12-12
Genre: Education
ISBN: 1329757254

Statistics With Technology, Second Edition, is an introductory statistics textbook. It uses the TI-83/84 calculator and R, an open source statistical software, for all calculations. Other technology can also be used besides the TI-83/84 calculator and the software R, but these are the ones that are presented in the text. This book presents probability and statistics from a more conceptual approach, and focuses less on computation. Analysis and interpretation of data is more important than how to compute basic statistical values.

Introductory Statistics with R

Introductory Statistics with R
Author: Peter Dalgaard
Publisher: Springer Science & Business Media
Total Pages: 370
Release: 2008-06-27
Genre: Mathematics
ISBN: 0387790543

This book provides an elementary-level introduction to R, targeting both non-statistician scientists in various fields and students of statistics. The main mode of presentation is via code examples with liberal commenting of the code and the output, from the computational as well as the statistical viewpoint. Brief sections introduce the statistical methods before they are used. A supplementary R package can be downloaded and contains the data sets. All examples are directly runnable and all graphics in the text are generated from the examples. The statistical methodology covered includes statistical standard distributions, one- and two-sample tests with continuous data, regression analysis, one-and two-way analysis of variance, regression analysis, analysis of tabular data, and sample size calculations. In addition, the last four chapters contain introductions to multiple linear regression analysis, linear models in general, logistic regression, and survival analysis.