0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (9)
  • R250 - R500 (30)
  • R500+ (1,493)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Other software packages > Mathematical & statistical software

Analyzing Baseball Data with R, Second Edition (Hardcover, 2nd edition): Max Marchi, Jim Albert, Benjamin S. Baumer Analyzing Baseball Data with R, Second Edition (Hardcover, 2nd edition)
Max Marchi, Jim Albert, Benjamin S. Baumer
R3,643 Discovery Miles 36 430 Ships in 12 - 17 working days

Analyzing Baseball Data with R Second Edition introduces R to sabermetricians, baseball enthusiasts, and students interested in exploring the richness of baseball data. It equips you with the necessary skills and software tools to perform all the analysis steps, from importing the data to transforming them into an appropriate format to visualizing the data via graphs to performing a statistical analysis. The authors first present an overview of publicly available baseball datasets and a gentle introduction to the type of data structures and exploratory and data management capabilities of R. They also cover the ggplot2 graphics functions and employ a tidyverse-friendly workflow throughout. Much of the book illustrates the use of R through popular sabermetrics topics, including the Pythagorean formula, runs expectancy, catcher framing, career trajectories, simulation of games and seasons, patterns of streaky behavior of players, and launch angles and exit velocities. All the datasets and R code used in the text are available online. New to the second edition are a systematic adoption of the tidyverse and incorporation of Statcast player tracking data (made available by Baseball Savant). All code from the first edition has been revised according to the principles of the tidyverse. Tidyverse packages, including dplyr, ggplot2, tidyr, purrr, and broom are emphasized throughout the book. Two entirely new chapters are made possible by the availability of Statcast data: one explores the notion of catcher framing ability, and the other uses launch angle and exit velocity to estimate the probability of a home run. Through the book's various examples, you will learn about modern sabermetrics and how to conduct your own baseball analyses. Max Marchi is a Baseball Analytics Analyst for the Cleveland Indians. He was a regular contributor to The Hardball Times and Baseball Prospectus websites and previously consulted for other MLB clubs. Jim Albert is a Distinguished University Professor of statistics at Bowling Green State University. He has authored or coauthored several books including Curve Ball and Visualizing Baseball and was the editor of the Journal of Quantitative Analysis of Sports. Ben Baumer is an assistant professor of statistical & data sciences at Smith College. Previously a statistical analyst for the New York Mets, he is a co-author of The Sabermetric Revolution and Modern Data Science with R.

Linear Algebra with Mathematica - An Introduction Using Mathematica (Paperback): Fred Szabo Linear Algebra with Mathematica - An Introduction Using Mathematica (Paperback)
Fred Szabo
R2,108 Discovery Miles 21 080 Ships in 12 - 17 working days

Linear Algebra: An Introduction With Mathematica uses a matrix-based presentation and covers the standard topics any mathematician will need to understand linear algebra while using Mathematica. Development of analytical and computational skills is emphasized, and worked examples provide step-by-step methods for solving basic problems using Mathematica. The subject's rich pertinence to problem solving across disciplines is illustrated with applications in engineering, the natural sciences, computer animation, and statistics.

Statistical Programming in SAS (Hardcover, 2nd edition): A. John Bailer Statistical Programming in SAS (Hardcover, 2nd edition)
A. John Bailer
R5,260 Discovery Miles 52 600 Ships in 12 - 17 working days

Statistical Programming in SAS Second Edition provides a foundation for programming to implement statistical solutions using SAS, a system that has been used to solve data analytic problems for more than 40 years. The author includes motivating examples to inspire readers to generate programming solutions. Upper-level undergraduates, beginning graduate students, and professionals involved in generating programming solutions for data-analytic problems will benefit from this book. The ideal background for a reader is some background in regression modeling and introductory experience with computer programming. The coverage of statistical programming in the second edition includes Getting data into the SAS system, engineering new features, and formatting variables Writing readable and well-documented code Structuring, implementing, and debugging programs that are well documented Creating solutions to novel problems Combining data sources, extracting parts of data sets, and reshaping data sets as needed for other analyses Generating general solutions using macros Customizing output Producing insight-inspiring data visualizations Parsing, processing, and analyzing text Programming solutions using matrices and connecting to R Processing text Programming with matrices Connecting SAS with R Covering topics that are part of both base and certification exams.

Clinical Data Quality Checks for CDISC Compliance Using SAS (Hardcover): Sunil Gupta Clinical Data Quality Checks for CDISC Compliance Using SAS (Hardcover)
Sunil Gupta
R4,054 Discovery Miles 40 540 Ships in 12 - 17 working days

Clinical Data Quality Checks for CDISC Compliance using SAS is the first book focused on identifying and correcting data quality and CDISC compliance issues with real-world innovative SAS programming techniques such as Proc SQL, metadata and macro programming. Learn to master Proc SQL's subqueries and summary functions for multi-tasking process. Drawing on his more than 25 years' experience in the pharmaceutical industry, the author provides a unique approach that empowers SAS programmers to take control of data quality and CDISC compliance. This book helps you create a system of SDTM and ADaM checks that can be tracked for continuous improvement. How often have you encountered issues such as missing required variables, duplicate records, invalid derived variables and invalid sequence of two dates? With the SAS programming techniques introduced in this book, you can start to monitor these and more complex data and CDISC compliance issues. With increased standardization in SDTM and ADaM specifications and data values, codelist dictionaries can be created for better organization, planning and maintenance. This book includes a SAS program to create excel files containing unique values from all SDTM and ADaM variables as columns. In addition, another SAS program compares SDTM and ADaM codelist dictionaries with codelists from define.xml specifications. Having tools to automate this process greatly saves time from doing it manually. Features SDTMs and ADaMs Vitals SDTMs and ADaMs Data CDISC Specifications Compliance CDISC Data Compliance Protocol Compliance Codelist Dictionary Compliance

A Practical Guide to Age-Period-Cohort Analysis - The Identification Problem and Beyond (Hardcover): Wenjiang Fu A Practical Guide to Age-Period-Cohort Analysis - The Identification Problem and Beyond (Hardcover)
Wenjiang Fu
R2,213 Discovery Miles 22 130 Ships in 12 - 17 working days

Age-Period-Cohort analysis has a wide range of applications, from chronic disease incidence and mortality data in public health and epidemiology, to many social events (birth, death, marriage, etc) in social sciences and demography, and most recently investment, healthcare and pension contribution in economics and finance. Although APC analysis has been studied for the past 40 years and a lot of methods have been developed, the identification problem has been a major hurdle in analyzing APC data, where the regression model has multiple estimators, leading to indetermination of parameters and temporal trends. A Practical Guide to Age-Period Cohort Analysis: The Identification Problem and Beyond provides practitioners a guide to using APC models as well as offers graduate students and researchers an overview of the current methods for APC analysis while clarifying the confusion of the identification problem by explaining why some methods address the problem well while others do not. Features * Gives a comprehensive and in-depth review of models and methods in APC analysis. * Provides an in-depth explanation of the identification problem and statistical approaches to addressing the problem and clarifying the confusion. * Utilizes real data sets to illustrate different data issues that have not been addressed in the literature, including unequal intervals in age and period groups, etc. Contains step-by-step modeling instruction and R programs to demonstrate how to conduct APC analysis and how to conduct prediction for the future Reflects the most recent development in APC modeling and analysis including the intrinsic estimator Wenjiang Fu is a professor of statistics at the University of Houston. Professor Fu's research interests include modeling big data, applied statistics research in health and human genome studies, and analysis of complex economic and social science data.

Python Programming and Numerical Methods - A Guide for Engineers and Scientists (Paperback): Qingkai Kong, Timmy Siauw,... Python Programming and Numerical Methods - A Guide for Engineers and Scientists (Paperback)
Qingkai Kong, Timmy Siauw, Alexandre Bayen
R1,825 Discovery Miles 18 250 Ships in 12 - 17 working days

Python Programming and Numerical Methods: A Guide for Engineers and Scientists introduces programming tools and numerical methods to engineering and science students, with the goal of helping the students to develop good computational problem-solving techniques through the use of numerical methods and the Python programming language. Part One introduces fundamental programming concepts, using simple examples to put new concepts quickly into practice. Part Two covers the fundamentals of algorithms and numerical analysis at a level that allows students to quickly apply results in practical settings.

SAS and R - Data Management, Statistical Analysis, and Graphics, Second Edition (Hardcover, 2nd edition): Ken Kleinman,... SAS and R - Data Management, Statistical Analysis, and Graphics, Second Edition (Hardcover, 2nd edition)
Ken Kleinman, Nicholas J. Horton
R2,589 Discovery Miles 25 890 Ships in 9 - 15 working days

An Up-to-Date, All-in-One Resource for Using SAS and R to Perform Frequent TasksThe 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 EditionThis 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 SystemsThrough 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.

SPSS Basics - Techniques for a First Course in Statistics (Paperback, 6th edition): Zealure C Holcomb SPSS Basics - Techniques for a First Course in Statistics (Paperback, 6th edition)
Zealure C Holcomb
R1,934 Discovery Miles 19 340 Ships in 12 - 17 working days
IBM SPSS for Introductory Statistics - Use and Interpretation, Sixth Edition (Hardcover, 6th edition): George A. Morgan, Karen... IBM SPSS for Introductory Statistics - Use and Interpretation, Sixth Edition (Hardcover, 6th edition)
George A. Morgan, Karen C Barrett, Nancy L. Leech, Gene W. Gloeckner
R4,655 Discovery Miles 46 550 Ships in 12 - 17 working days

IBM SPSS for Introductory Statistics is designed to help students learn how to analyze and interpret research. In easy-to-understand language, the authors show readers how to choose the appropriate statistic based on the design, and to interpret outputs appropriately. There is such a wide variety of options and statistics in SPSS, that knowing which ones to use and how to interpret the outputs can be difficult. This book assists students with these challenges. Comprehensive and user-friendly, the book prepares readers for each step in the research process: design, entering and checking data, testing assumptions, assessing reliability and validity, computing descriptive and inferential parametric and nonparametric statistics, and writing about results. Dialog windows and SPSS syntax, along with the output, are provided. Several realistic data sets, available online, are used to solve the chapter problems. This new edition includes updated screenshots and instructions for IBM SPSS 25, as well as updated pedagogy, such as callout boxes for each chapter indicating crucial elements of APA style and referencing outputs. IBM SPSS for Introductory Statistics is an invaluable supplemental (or lab text) book for students. In addition, this book and its companion, IBM SPSS for Intermediate Statistics, are useful as guides/reminders to faculty and professionals regarding the specific steps to take to use SPSS and/or how to use and interpret parts of SPSS with which they are unfamiliar.

MATLAB (R) Essentials - A First Course for Engineers and Scientists (Paperback): William B. Ober MATLAB (R) Essentials - A First Course for Engineers and Scientists (Paperback)
William B. Ober
R4,057 Discovery Miles 40 570 Ships in 12 - 17 working days

All disciplines of science and engineering use numerical methods for complex problem analysis, due to the highly mathematical nature of the field. Analytical methods alone are unable to solve many complex problems engineering students and professionals confront. Introduction to MATLAB (R) Programming for Engineers and Scientists examines the basic elements of code writing, and describes MATLAB (R) methods for solving common engineering problems and applications across the range of engineering disciplines. The text uses a class-tested learning approach and accessible two-color page design to guide students from basic programming to the skills needed for future coursework and engineering practice.

The R Primer (Paperback, 2nd edition): Claus Thorn Ekstrom The R Primer (Paperback, 2nd edition)
Claus Thorn Ekstrom
R1,690 Discovery Miles 16 900 Ships in 12 - 17 working days

Newcomers to R are often intimidated by the command-line interface, the vast number of functions and packages, or the processes of importing data and performing a simple statistical analysis. The R Primer provides a collection of concise examples and solutions to R problems frequently encountered by new users of this statistical software. This new edition adds coverage of R Studio and reproducible research.

Bayes Factors for Forensic Decision Analyses with R (Hardcover, 1st ed. 2022): Silvia Bozza, Franco Taroni, Alex Biedermann Bayes Factors for Forensic Decision Analyses with R (Hardcover, 1st ed. 2022)
Silvia Bozza, Franco Taroni, Alex Biedermann
R1,331 R1,261 Discovery Miles 12 610 Save R70 (5%) Ships in 9 - 15 working days

Bayes Factors for Forensic Decision Analyses with R provides a self-contained introduction to computational Bayesian statistics using R. With its primary focus on Bayes factors supported by data sets, this book features an operational perspective, practical relevance, and applicability-keeping theoretical and philosophical justifications limited. It offers a balanced approach to three naturally interrelated topics: Probabilistic Inference - Relies on the core concept of Bayesian inferential statistics, to help practicing forensic scientists in the logical and balanced evaluation of the weight of evidence. Decision Making - Features how Bayes factors are interpreted in practical applications to help address questions of decision analysis involving the use of forensic science in the law. Operational Relevance - Combines inference and decision, backed up with practical examples and complete sample code in R, including sensitivity analyses and discussion on how to interpret results in context. Over the past decades, probabilistic methods have established a firm position as a reference approach for the management of uncertainty in virtually all areas of science, including forensic science, with Bayes' theorem providing the fundamental logical tenet for assessing how new information-scientific evidence-ought to be weighed. Central to this approach is the Bayes factor, which clarifies the evidential meaning of new information, by providing a measure of the change in the odds in favor of a proposition of interest, when going from the prior to the posterior distribution. Bayes factors should guide the scientist's thinking about the value of scientific evidence and form the basis of logical and balanced reporting practices, thus representing essential foundations for rational decision making under uncertainty. This book would be relevant to students, practitioners, and applied statisticians interested in inference and decision analyses in the critical field of forensic science. It could be used to support practical courses on Bayesian statistics and decision theory at both undergraduate and graduate levels, and will be of equal interest to forensic scientists and practitioners of Bayesian statistics for driving their evaluations and the use of R for their purposes. This book is Open Access.

Mastering Financial Pattern Recognition (Paperback): Sofien Kaabar Mastering Financial Pattern Recognition (Paperback)
Sofien Kaabar
R1,493 R1,306 Discovery Miles 13 060 Save R187 (13%) Ships in 12 - 17 working days

Candlesticks have become a key component of platforms and charting programs for financial trading. With these charts, traders can learn underlying patterns for interpreting price action history and forecasts. This A-Z guide shows portfolio managers, quants, strategists, and analysts how to use Python to recognize, scan, trade, and backtest the profitability of candlestick patterns. Financial author, trading consultant, and institutional market strategist Sofien Kaabar shows you how to create a candlestick scanner and indicator so you can compare the profitability of these patterns. With this hands-on guide, you'll also explore a new type of charting system similar to candlesticks, as well as new patterns that have never been presented before. With this book, you will: Create and understand the conditions required for classic and modern candlestick patterns Learn the market psychology behind them Use a framework to learn how backtesting trading strategies are conducted Explore different charting systems and understand their limitations Import OHLC historical FX data in Python in different time frames Use algorithms to scan for and reproduce patterns Learn a pattern's potential by evaluating its profitability and predictability

Computer Intensive Methods in Statistics (Paperback): Silvelyn  Zwanzig, Behrang Mahjani Computer Intensive Methods in Statistics (Paperback)
Silvelyn Zwanzig, Behrang Mahjani
R1,736 Discovery Miles 17 360 Ships in 12 - 17 working days

Presents the main ideas of computer-intensive statistical methods Gives the algorithms for all the methods Uses various plots and illustrations for explaining the main ideas Features the theoretical backgrounds of the main methods. Includes R codes for the methods and examples

Partial Least Squares Structural Equation Modeling (PLS-SEM) Using R - A Workbook (Hardcover, 1st ed. 2021): Joseph F. Hair Jr,... Partial Least Squares Structural Equation Modeling (PLS-SEM) Using R - A Workbook (Hardcover, 1st ed. 2021)
Joseph F. Hair Jr, G.Tomas M. Hult, Christian M. Ringle, Marko Sarstedt, Nicholas P. Danks, …
R1,332 R1,262 Discovery Miles 12 620 Save R70 (5%) Ships in 9 - 15 working days

Partial least squares structural equation modeling (PLS-SEM) has become a standard approach for analyzing complex inter-relationships between observed and latent variables. Researchers appreciate the many advantages of PLS-SEM such as the possibility to estimate very complex models and the method's flexibility in terms of data requirements and measurement specification. This practical open access guide provides a step-by-step treatment of the major choices in analyzing PLS path models using R, a free software environment for statistical computing, which runs on Windows, macOS, and UNIX computer platforms. Adopting the R software's SEMinR package, which brings a friendly syntax to creating and estimating structural equation models, each chapter offers a concise overview of relevant topics and metrics, followed by an in-depth description of a case study. Simple instructions give readers the "how-tos" of using SEMinR to obtain solutions and document their results. Rules of thumb in every chapter provide guidance on best practices in the application and interpretation of PLS-SEM.

Levine's Guide to SPSS for Analysis of Variance (Paperback, 2nd edition): Sanford L. Braver, David P. MacKinnon, Melanie... Levine's Guide to SPSS for Analysis of Variance (Paperback, 2nd edition)
Sanford L. Braver, David P. MacKinnon, Melanie Page
R2,524 Discovery Miles 25 240 Ships in 12 - 17 working days

A greatly expanded and heavily revised second edition, this popular guide provides instructions and clear examples for running analyses of variance (ANOVA) and several other related statistical tests of significance with SPSS. No other guide offers the program statements required for the more advanced tests in analysis of variance. All of the programs in the book can be run using any version of SPSS, including versions 11 and 11.5. A table at the end of the preface indicates where each type of analysis (e.g., simple comparisons) can be found for each type of design (e.g., mixed two-factor design).
Providing comprehensive coverage of the basic and advanced topics in ANOVA, this is the only book available that provides extensive coverage of SPSS syntax, including the commands and subcommands that tell SPSS what to do, as well as the pull-down menu point-and-click method (PAC). Detailed explanation of the syntax, including what is necessary, desired, and optional helps ensure that users can validate the analysis being performed. The book features the output of each design along with a complete explanation of the related printout.
The new edition was reorganized to provide all analysis related to one design type in the same chapter. It now features expanded coverage of analysis of covariance (ANCOVA) and mixed designs, new chapters on designs with random factors, multivariate designs, syntax used in PAC, and all new examples of output with complete explanations. The new edition is accompanied by a CD-ROM with all of the book's data sets, as well as exercises for each chapter.
This book is ideal for readers familiar with the basic concepts of the ANOVA technique including both practicing researchers and data analysts, as well as advanced students learning analysis of variance.

Design and Analysis of Experiments with R (Hardcover): John Lawson Design and Analysis of Experiments with R (Hardcover)
John Lawson
R3,388 Discovery Miles 33 880 Ships in 12 - 17 working days

Design and Analysis of Experiments with R presents a unified treatment of experimental designs and design concepts commonly used in practice. It connects the objectives of research to the type of experimental design required, describes the process of creating the design and collecting the data, shows how to perform the proper analysis of the data, and illustrates the interpretation of results. Drawing on his many years of working in the pharmaceutical, agricultural, industrial chemicals, and machinery industries, the author teaches students how to: Make an appropriate design choice based on the objectives of a research project Create a design and perform an experiment Interpret the results of computer data analysis The book emphasizes the connection among the experimental units, the way treatments are randomized to experimental units, and the proper error term for data analysis. R code is used to create and analyze all the example experiments. The code examples from the text are available for download on the author's website, enabling students to duplicate all the designs and data analysis. Intended for a one-semester or two-quarter course on experimental design, this text covers classical ideas in experimental design as well as the latest research topics. It gives students practical guidance on using R to analyze experimental data.

Qualitative Data Analysis with NVivo (Paperback, 3rd Revised edition): Kristi Jackson, Pat Bazeley Qualitative Data Analysis with NVivo (Paperback, 3rd Revised edition)
Kristi Jackson, Pat Bazeley
R962 Discovery Miles 9 620 Ships in 12 - 17 working days

Engaging and accessible, this book offers students a complete guide to using NVivo for qualitative data analysis. Drawing on their wealth of expertise, the authors offer detailed, practical advice that relates to students' own experience and research projects. Packed with real-world examples and case studies, the book supports students through every stage of qualitative data analysis. The Third Edition: Contains fully integrated instructions for using NVivo on both Mac and PC, with screenshots and click-by-click guidance. Seamlessly interweaves theory and practice in easy-to-follow steps. Empowers students to develop their critical thinking. Accompanied by video tutorials for both Mac and PC, web links and a host of other helpful online resources, this step-by-step book removes students' anxiety about tackling data analysis. Whether for advanced researchers or those approaching the task for the first time, this clear, yet comprehensive guide is the perfect companion for anyone doing qualitative data analysis with NVivo.

Introduction to MATLAB for Engineers and Scientists - Solutions for Numerical Computation and Modeling (Paperback, 1st ed.):... Introduction to MATLAB for Engineers and Scientists - Solutions for Numerical Computation and Modeling (Paperback, 1st ed.)
Sandeep Nagar
R1,029 Discovery Miles 10 290 Ships in 12 - 17 working days

Familiarize yourself with MATLAB using this concise, practical tutorial that is focused on writing code to learn concepts. Starting from the basics, this book covers array-based computing, plotting and working with files, numerical computation formalism, and the primary concepts of approximations. Introduction to MATLAB is useful for industry engineers, researchers, and students who are looking for open-source solutions for numerical computation. In this book you will learn by doing, avoiding technical jargon, which makes the concepts easy to learn. First you'll see how to run basic calculations, absorbing technical complexities incrementally as you progress toward advanced topics. Throughout, the language is kept simple to ensure that readers at all levels can grasp the concepts. What You'll Learn Apply sample code to your engineering or science problems Work with MATLAB arrays, functions, and loops Use MATLAB's plotting functions for data visualization Solve numerical computing and computational engineering problems with a MATLAB case study Who This Book Is For Engineers, scientists, researchers, and students who are new to MATLAB. Some prior programming experience would be helpful but not required.

R Graphics, Third Edition (Hardcover, 3rd edition): Paul Murrell R Graphics, Third Edition (Hardcover, 3rd edition)
Paul Murrell
R2,092 Discovery Miles 20 920 Ships in 10 - 15 working days

This third edition of Paul Murrell's classic book on using R for graphics represents a major update, with a complete overhaul in focus and scope. It focuses primarily on the two core graphics packages in R - graphics and grid - and has a new section on integrating graphics. This section includes three new chapters: importing external images in to R; integrating the graphics and grid systems; and advanced SVG graphics. The emphasis in this third edition is on having the ability to produce detailed and customised graphics in a wide variety of formats, on being able to share and reuse those graphics, and on being able to integrate graphics from multiple systems. This book is aimed at all levels of R users. For people who are new to R, this book provides an overview of the graphics facilities, which is useful for understanding what to expect from R's graphics functions and how to modify or add to the output they produce. For intermediate-level R users, this book provides all of the information necessary to perform sophisticated customizations of plots produced in R. For advanced R users, this book contains vital information for producing coherent, reusable, and extensible graphics functions.

Mathematica by Example (Paperback, 6th edition): Martha L. Abell, James P. Braselton Mathematica by Example (Paperback, 6th edition)
Martha L. Abell, James P. Braselton
R2,396 Discovery Miles 23 960 Ships in 12 - 17 working days

Mathematica by Example, Sixth Edition is an essential resource for the Mathematica user, providing step-by-step instructions on achieving results from this powerful software tool. The book fully accounts for the changes to functionality and visualization capabilities and accomodates the full array of new extensions in the types of data and problems that Mathematica can immediately handle, including cloud services and systems, geographic and geometric computation, dynamic visualization, interactive applications and other improvements. It is an ideal text for scientific students, researchers, and aspiring programmers seeking further understanding of Mathematica. Written by seasoned practitioners with a view to practical implementation and problem-solving, the book's pedagogy is delivered clearly and without jargon using representative biological, physical and engineering problems. Code is provided on an ancillary website to support the use of Mathematica across diverse applications and subject areas.

Bayesian Cost-Effectiveness Analysis with the R package BCEA (Paperback, 1st ed. 2017): Gianluca Baio, Andrea Berardi, Anna... Bayesian Cost-Effectiveness Analysis with the R package BCEA (Paperback, 1st ed. 2017)
Gianluca Baio, Andrea Berardi, Anna Heath
R2,053 Discovery Miles 20 530 Ships in 12 - 17 working days

The book provides a description of the process of health economic evaluation and modelling for cost-effectiveness analysis, particularly from the perspective of a Bayesian statistical approach. Some relevant theory and introductory concepts are presented using practical examples and two running case studies. The book also describes in detail how to perform health economic evaluations using the R package BCEA (Bayesian Cost-Effectiveness Analysis). BCEA can be used to post-process the results of a Bayesian cost-effectiveness model and perform advanced analyses producing standardised and highly customisable outputs. It presents all the features of the package, including its many functions and their practical application, as well as its user-friendly web interface. The book is a valuable resource for statisticians and practitioners working in the field of health economics wanting to simplify and standardise their workflow, for example in the preparation of dossiers in support of marketing authorisation, or academic and scientific publications.

R Markdown - The Definitive Guide (Hardcover): Yihui Xie, Garrett Grolemund, J.J. Allaire R Markdown - The Definitive Guide (Hardcover)
Yihui Xie, Garrett Grolemund, J.J. Allaire
R2,467 Discovery Miles 24 670 Ships in 12 - 17 working days

R Markdown: The Definitive Guide is the first official book authored by the core R Markdown developers that provides a comprehensive and accurate reference to the R Markdown ecosystem. With R Markdown, you can easily create reproducible data analysis reports, presentations, dashboards, interactive applications, books, dissertations, websites, and journal articles, while enjoying the simplicity of Markdown and the great power of R and other languages. In this book, you will learn Basics: Syntax of Markdown and R code chunks, how to generate figures and tables, and how to use other computing languages Built-in output formats of R Markdown: PDF/HTML/Word/RTF/Markdown documents and ioslides/Slidy/Beamer/PowerPoint presentations Extensions and applications: Dashboards, Tufte handouts, xaringan/reveal.js presentations, websites, books, journal articles, and interactive tutorials Advanced topics: Parameterized reports, HTML widgets, document templates, custom output formats, and Shiny documents. Yihui Xie is a software engineer at RStudio. He has authored and co-authored several R packages, including knitr, rmarkdown, bookdown, blogdown, shiny, xaringan, and animation. He has published three other books, Dynamic Documents with R and knitr, bookdown: Authoring Books and Technical Documents with R Markdown, and blogdown: Creating Websites with R Markdown. J.J. Allaire is the founder of RStudio and the creator of the RStudio IDE. He is an author of several packages in the R Markdown ecosystem including rmarkdown, flexdashboard, learnr, and radix. Garrett Grolemund is the co-author of R for Data Science and author of Hands-On Programming with R. He wrote the lubridate R package and works for RStudio as an advocate who trains engineers to do data science with R and the Tidyverse.

Statistics in Action - A Canadian Outlook (Paperback): Jerald F. Lawless Statistics in Action - A Canadian Outlook (Paperback)
Jerald F. Lawless
R1,875 Discovery Miles 18 750 Ships in 12 - 17 working days

Commissioned by the Statistical Society of Canada (SSC), Statistics in Action: A Canadian Outlook helps both general readers and users of statistics better appreciate the scope and importance of statistics. It presents the ways in which statistics is used while highlighting key contributions that Canadian statisticians are making to science, technology, business, government, and other areas. The book emphasizes the role and impact of computing in statistical modeling and analysis, including the issues involved with the huge amounts of data being generated by automated processes. The first two chapters review the development of statistics as a discipline in Canada and describe some major contributions to survey methodology made by Statistics Canada, one of the world's premier official statistics agencies. The book next discusses how statistical methodologies, such as functional data analysis and the Metropolis algorithm, are applied in a wide variety of fields, including risk management and genetics. It then focuses on the application of statistical methods in medicine and public health as well as finance and e-commerce. The remainder of the book addresses how statistics is used to study critical scientific areas, including difficult-to-access populations, endangered species, climate change, and agricultural forecasts. About the SSCFounded in Montreal in 1972, the SSC is the main professional organization for statisticians and related professionals in Canada. Its mission is to promote the use and development of statistics and probability. The SSC publishes the bilingual quarterly newsletter SSC Liaison and the peer-reviewed scientific journal The Canadian Journal of Statistics. More information can be found at www.ssc.ca.

An Introduction to Statistical Learning - with Applications in R (Paperback, 2nd ed. 2021): Gareth James, Daniela Witten,... An Introduction to Statistical Learning - with Applications in R (Paperback, 2nd ed. 2021)
Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani
R1,870 Discovery Miles 18 700 Ships in 10 - 15 working days

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 to marketing to 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. Since the goal of this textbook is to facilitate the use of these statistical learning techniques by practitioners in science, industry, and other fields, each chapter contains a tutorial on implementing the analyses and methods presented in R, an extremely popular open source statistical software platform. Two of the authors co-wrote The Elements of Statistical Learning (Hastie, Tibshirani and Friedman, 2nd edition 2009), a popular reference book for statistics and machine learning researchers. An Introduction to Statistical Learning covers many of the same topics, but at a level accessible to a much broader audience. This book is targeted at statisticians and non-statisticians alike who wish to use cutting-edge statistical learning techniques to analyze their data. The text assumes only a previous course in linear regression and no knowledge of matrix algebra. This Second Edition features new chapters on deep learning, survival analysis, and multiple testing, as well as expanded treatments of naive Bayes, generalized linear models, Bayesian additive regression trees, and matrix completion. R code has been updated throughout to ensure compatibility.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Statistical Analysis with Excel For…
J Schmuller Paperback R970 R696 Discovery Miles 6 960
Discovering Statistics Using IBM SPSS…
Andy Field Paperback  (1)
R1,712 R1,527 Discovery Miles 15 270
Systems and Signal Processing with…
Taan S. ElAli Paperback R2,294 Discovery Miles 22 940
A Simple Guide to SPSS (R) for Political…
Lee Kirkpatrick, Quentin Kidd Paperback R1,170 R1,046 Discovery Miles 10 460
Nonparametric Statistical Methods Using…
John Kloke, Joseph W. McKean Hardcover R2,606 Discovery Miles 26 060
IBM SPSS Statistics 27 Step by Step - A…
Darren George, Paul Mallery Hardcover R6,303 Discovery Miles 63 030
Statistics - An Introduction Using R 2e
M.J. Crawley Paperback R1,011 Discovery Miles 10 110
Multilevel Modeling Using R
W. Holmes Finch, Jocelyn E. Bolin, … Hardcover R4,067 Discovery Miles 40 670
SPSS Survival Manual: A Step by Step…
Julie Pallant Paperback R1,295 Discovery Miles 12 950
Analysis and Design of Control Systems…
Rao V. Dukkipati Hardcover R1,366 Discovery Miles 13 660

 

Partners