0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (62)
  • R250 - R500 (360)
  • R500+ (14,058)
  • -
Status
Format
Author / Contributor
Publisher

Books > Science & Mathematics > Mathematics > Probability & statistics

The R Primer (Paperback): Claus Thorn Ekstrom The R Primer (Paperback)
Claus Thorn Ekstrom
R1,277 Discovery Miles 12 770 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.

Rather than explore the many options available for every command as well as the ever-increasing number of packages, the book focuses on the basics of data preparation and analysis and gives examples that can be used as a starting point. The numerous examples illustrate a specific situation, topic, or problem, including data importing, data management, classical statistical analyses, and high-quality graphics production. Each example is self-contained and includes R code that can be run exactly as shown, enabling results from the book to be replicated. While base R is used throughout, other functions or packages are listed if they cover or extend the functionality.

After working through the examples found in this text, new users of R will be able to better handle data analysis and graphics applications in R. Additional topics and R code are available from the book s supporting website at www.statistics.life.ku.dk/primer/

A Treatise on Induction and Probability (Paperback): Georg Henrik von Wright A Treatise on Induction and Probability (Paperback)
Georg Henrik von Wright
R1,630 Discovery Miles 16 300 Ships in 12 - 17 working days

First published in 2000. Routledge is an imprint of Taylor & Francis, an informa company.

ISE Principles of Statistics for Engineers and Scientists (Paperback, 2nd edition): William Navidi ISE Principles of Statistics for Engineers and Scientists (Paperback, 2nd edition)
William Navidi
R1,728 Discovery Miles 17 280 Ships in 12 - 17 working days

Available for the first time in McGraw-Hill's Connect! Principles of Statistics for Engineers and Scientists emphasizes statistical methods and how they can be applied to problems in science and engineering. The book contains many examples that feature real, contemporary data sets, both to motivate students and to show connections to industry and scientific research. Because statistical analyses are done on computers, the book contains exercises and examples that involve interpreting, as well as generating, computer output. This book may be used effectively with any software package.

The Effect - An Introduction to Research Design and Causality (Hardcover): Nick Huntington-Klein The Effect - An Introduction to Research Design and Causality (Hardcover)
Nick Huntington-Klein
R2,523 Discovery Miles 25 230 Ships in 9 - 15 working days

Extensive code examples in R, Stata, and Python Chapters on overlooked topics in econometrics classes: heterogeneous treatment effects, simulation and power analysis, new cutting-edge methods, and uncomfortable ignored assumptions An easy-to-read conversational tone Up-to-date coverage of methods with fast-moving literatures like difference-in-differences

Data Clustering in C++ - An Object-Oriented Approach (Hardcover): Guojun Gan Data Clustering in C++ - An Object-Oriented Approach (Hardcover)
Guojun Gan
R3,959 Discovery Miles 39 590 Ships in 12 - 17 working days

Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement data clustering algorithms. This book was written for anyone who wants to implement or improve their data clustering algorithms. Using object-oriented design and programming techniques, Data Clustering in C++ exploits the commonalities of all data clustering algorithms to create a flexible set of reusable classes that simplifies the implementation of any data clustering algorithm. Readers can follow the development of the base data clustering classes and several popular data clustering algorithms. Additional topics such as data pre-processing, data visualization, cluster visualization, and cluster interpretation are briefly covered. This book is divided into three parts-- * Data Clustering and C++ Preliminaries: A review of basic concepts of data clustering, the unified modeling language, object-oriented programming in C++, and design patterns * A C++ Data Clustering Framework: The development of data clustering base classes * Data Clustering Algorithms: The implementation of several popular data clustering algorithms A key to learning a clustering algorithm is to implement and experiment the clustering algorithm. Complete listings of classes, examples, unit test cases, and GNU configuration files are included in the appendices of this book as well as in the CD-ROM of the book. The only requirements to compile the code are a modern C++ compiler and the Boost C++ libraries.

Stochastic Modelling of Big Data in Finance (Hardcover): Anatoliy Swishchuk Stochastic Modelling of Big Data in Finance (Hardcover)
Anatoliy Swishchuk
R2,330 Discovery Miles 23 300 Ships in 9 - 15 working days

Features Self-contained book suitable for graduate students and post-doctoral fellows in financial mathematics and data science, as well as for practitioners working in the financial industry who deal with big data All results are presented visually to aid in understanding of concepts.

Statistical Design, Monitoring, and Analysis of Clinical Trials - Principles and Methods (Hardcover, 2nd edition): Weichung Joe... Statistical Design, Monitoring, and Analysis of Clinical Trials - Principles and Methods (Hardcover, 2nd edition)
Weichung Joe Shih, Joseph Aisner
R2,504 Discovery Miles 25 040 Ships in 9 - 15 working days

Statistical Design, Monitoring, and Analysis of Clinical Trials, Second Edition concentrates on the biostatistics component of clinical trials. This new edition is updated throughout and includes five new chapters. Developed from the authors' courses taught to public health and medical students, residents, and fellows during the past 20 years, the text shows how biostatistics in clinical trials is an integration of many fundamental scientific principles and statistical methods. The book begins with ethical and safety principles, core trial design concepts, the principles and methods of sample size and power calculation, and analysis of covariance and stratified analysis. It then focuses on sequential designs and methods for two-stage Phase II cancer trials to Phase III group sequential trials, covering monitoring safety, futility, and efficacy. The authors also discuss the development of sample size reestimation and adaptive group sequential procedures, phase 2/3 seamless design and trials with predictive biomarkers, exploit multiple testing procedures, and explain the concept of estimand, intercurrent events, and different missing data processes, and describe how to analyze incomplete data by proper multiple imputations. This text reflects the academic research, commercial development, and public health aspects of clinical trials. It gives students and practitioners a multidisciplinary understanding of the concepts and techniques involved in designing, monitoring, and analyzing various types of trials. The book's balanced set of homework assignments and in-class exercises are appropriate for students and researchers in (bio)statistics, epidemiology, medicine, pharmacy, and public health.

Bayesian Modeling and Computation in Python (Hardcover): Osvaldo A. Martin, Ravi N Kumar, Junpeng Lao Bayesian Modeling and Computation in Python (Hardcover)
Osvaldo A. Martin, Ravi N Kumar, Junpeng Lao
R2,443 Discovery Miles 24 430 Ships in 9 - 15 working days

Bayesian Modeling and Computation in Python aims to help beginner Bayesian practitioners to become intermediate modelers. It uses a hands on approach with PyMC3, Tensorflow Probability, ArviZ and other libraries focusing on the practice of applied statistics with references to the underlying mathematical theory. The book starts with a refresher of the Bayesian Inference concepts. The second chapter introduces modern methods for Exploratory Analysis of Bayesian Models. With an understanding of these two fundamentals the subsequent chapters talk through various models including linear regressions, splines, time series, Bayesian additive regression trees. The final chapters include Approximate Bayesian Computation, end to end case studies showing how to apply Bayesian modelling in different settings, and a chapter about the internals of probabilistic programming languages. Finally the last chapter serves as a reference for the rest of the book by getting closer into mathematical aspects or by extending the discussion of certain topics. This book is written by contributors of PyMC3, ArviZ, Bambi, and Tensorflow Probability among other libraries.

Randomized Response and Indirect Questioning Techniques in Surveys (Hardcover): Arijit Chaudhuri Randomized Response and Indirect Questioning Techniques in Surveys (Hardcover)
Arijit Chaudhuri
R5,677 Discovery Miles 56 770 Ships in 12 - 17 working days

For surveys involving sensitive questions, randomized response techniques (RRTs) and other indirect questions are helpful in obtaining survey responses while maintaining the privacy of the respondents. Written by one of the leading experts in the world on RR, Randomized Response and Indirect Questioning Techniques in Surveys describes the current state of RR as well as emerging developments in the field. The author also explains how to extend RR to situations employing unequal probability sampling. While the theory of RR has grown phenomenally, the area has not kept pace in practice. Covering both theory and practice, the book first discusses replacing a direct response (DR) with an RR in a simple random sample with replacement (SRSWR). It then emphasizes how the application of RRTs in the estimation of attribute or quantitative features is valid for selecting respondents in a general manner. The author examines different ways to treat maximum likelihood estimation; covers optional RR devices, which provide alternatives to compulsory randomized response theory; and presents RR techniques that encompass quantitative variables, including those related to stigmatizing characteristics. He also gives his viewpoint on alternative RR techniques, including the item count technique, nominative technique, and three-card method.

Data Analytics for the Social Sciences - Applications in R (Paperback): G.David Garson Data Analytics for the Social Sciences - Applications in R (Paperback)
G.David Garson
R2,590 Discovery Miles 25 900 Ships in 9 - 15 working days

Data Analytics for the Social Sciences is an introductory, graduate-level treatment of data analytics for social science. It features applications in the R language, arguably the fastest growing and leading statistical tool for researchers. The book starts with an ethics chapter on the uses and potential abuses of data analytics. Chapters 2 and 3 show how to implement a broad range of statistical procedures in R. Chapters 4 and 5 deal with regression and classification trees and with random forests. Chapter 6 deals with machine learning models and the "caret" package, which makes available to the researcher hundreds of models. Chapter 7 deals with neural network analysis, and Chapter 8 deals with network analysis and visualization of network data. A final chapter treats text analysis, including web scraping, comparative word frequency tables, word clouds, word maps, sentiment analysis, topic analysis, and more. All empirical chapters have two "Quick Start" exercises designed to allow quick immersion in chapter topics, followed by "In Depth" coverage. Data are available for all examples and runnable R code is provided in a "Command Summary". An appendix provides an extended tutorial on R and RStudio. Almost 30 online supplements provide information for the complete book, "books within the book" on a variety of topics, such as agent-based modeling. Rather than focusing on equations, derivations, and proofs, this book emphasizes hands-on obtaining of output for various social science models and how to interpret the output. It is suitable for all advanced level undergraduate and graduate students learning statistical data analysis.

Mathematical Statistics with Applications (Hardcover, 7th): Dennis Wackerly, William Mendenhall, Richard L. Scheaffer Mathematical Statistics with Applications (Hardcover, 7th)
Dennis Wackerly, William Mendenhall, Richard L. Scheaffer
R1,356 R1,218 Discovery Miles 12 180 Save R138 (10%) Ships in 10 - 15 working days

In their bestselling MATHEMATICAL STATISTICS WITH APPLICATIONS, premiere authors Dennis Wackerly, William Mendenhall, and Richard L. Scheaffer present a solid foundation in statistical theory while conveying the relevance and importance of the theory in solving practical problems in the real world. The authors' use of practical applications and excellent exercises helps you discover the nature of statistics and understand its essential role in scientific research.

Testing Statistical Hypotheses of Equivalence and Noninferiority (Hardcover, 2nd edition): Stefan Wellek Testing Statistical Hypotheses of Equivalence and Noninferiority (Hardcover, 2nd edition)
Stefan Wellek
R4,076 Discovery Miles 40 760 Ships in 12 - 17 working days

While continuing to focus on methods of testing for two-sided equivalence, Testing Statistical Hypotheses of Equivalence and Noninferiority, Second Edition gives much more attention to noninferiority testing. It covers a spectrum of equivalence testing problems of both types, ranging from a one-sample problem with normally distributed observations of fixed known variance to problems involving several dependent or independent samples and multivariate data. Along with expanding the material on noninferiority problems, this edition includes new chapters on equivalence tests for multivariate data and tests for relevant differences between treatments. A majority of the computer programs offered online are now available not only in SAS or Fortran but also as R scripts or as shared objects that can be called within the R system. This book provides readers with a rich repertoire of efficient solutions to specific equivalence and noninferiority testing problems frequently encountered in the analysis of real data sets. It first presents general approaches to problems of testing for noninferiority and two-sided equivalence. Each subsequent chapter then focuses on a specific procedure and its practical implementation. The last chapter describes basic theoretical results about tests for relevant differences as well as solutions for some specific settings often arising in practice. Drawing from real-life medical research, the author uses numerous examples throughout to illustrate the methods.

Fundamentals of Causal Inference - With R (Hardcover): Babette A. Brumback Fundamentals of Causal Inference - With R (Hardcover)
Babette A. Brumback
R1,797 Discovery Miles 17 970 Ships in 9 - 15 working days

Requires minimal prerequisites Explained in basic terms Illustrated with binary datasets and real life examples Covers primary concepts and methods Accessible to undergraduates Suitable for a heterogeneous audience

ANOVA and Mixed Models - A Short Introduction Using R (Paperback): Lukas Meier ANOVA and Mixed Models - A Short Introduction Using R (Paperback)
Lukas Meier
R1,584 Discovery Miles 15 840 Ships in 9 - 15 working days

Features Accessible to readers with a basic background in probability and statistics Covers fundamental concepts of experimental design and cause-effect relationships Introduces classical ANOVA models, including contrasts and multiple testing Provides an example-based introduction to mixed models Features basic concepts of split-plot and incomplete block designs R code available for all steps Supplementary website with additional resources and updates

Candlestick Forecasting for Investments - Applications, Models and Properties (Paperback): Haibin Xie, Kuikui Fan, Shouyang Wang Candlestick Forecasting for Investments - Applications, Models and Properties (Paperback)
Haibin Xie, Kuikui Fan, Shouyang Wang
R1,200 Discovery Miles 12 000 Ships in 9 - 15 working days

Candlestick charts are often used in speculative markets to describe and forecast asset price movements. This book is the first of its kind to investigate candlestick charts and their statistical properties. It provides an empirical evaluation of candlestick forecasting. The book proposes a novel technique to obtain the statistical properties of candlestick charts. The technique, which is known as the range decomposition technique, shows how security price is approximately logged into two ranges, i.e. technical range and Parkinson range. Through decomposition-based modeling techniques and empirical datasets, the book investigates the power of, and establishes the statistical foundation of, candlestick forecasting.

Spatializing Social Media - Social Networks Online and Offline (Paperback): Marco Bastos Spatializing Social Media - Social Networks Online and Offline (Paperback)
Marco Bastos
R1,239 Discovery Miles 12 390 Ships in 9 - 15 working days

Spatializing Social Media charts the theoretical and methodological challenges in analyzing and visualizing social media data mapped to geographic areas. It introduces the reader to concepts, theories, and methods that sit at the crossroads between spatial and social network analysis to unpack the conceptual differences between online and face-to-face social networks and the nonlinear effects triggered by social activity that overlaps online and offline. The book is divided into four sections, with the first accounting for the differences between space (the geometrical arrangements that structure and enable forms of interaction) and place (the mechanisms through which social meanings are attached to physical locations). The second section covers the rationale of social network analysis and the ontological differences, stating that relationships, more than individual and independent attributes, are key to understanding of social behavior. The third section covers a range of case studies that successfully mapped social media activity to geographically situated areas and considers the inflection of homophilous dependencies across online and offline social networks. The fourth and last section of the book explores a range of networks and discusses methods for and approaches to plotting a social network graph onto a map, including the purpose-built R package Spatial Social Media. The book takes a non-mathematical approach to social networks and spatial statistics suitable for postgraduate students in sociology, psychology and the social sciences.

Modern Statistics for Modern Biology (Paperback): Susan Holmes, Wolfgang Huber Modern Statistics for Modern Biology (Paperback)
Susan Holmes, Wolfgang Huber
R1,586 Discovery Miles 15 860 Ships in 9 - 15 working days

If you are a biologist and want to get the best out of the powerful methods of modern computational statistics, this is your book. You can visualize and analyze your own data, apply unsupervised and supervised learning, integrate datasets, apply hypothesis testing, and make publication-quality figures using the power of R/Bioconductor and ggplot2. This book will teach you 'cooking from scratch', from raw data to beautiful illuminating output, as you learn to write your own scripts in the R language and to use advanced statistics packages from CRAN and Bioconductor. It covers a broad range of basic and advanced topics important in the analysis of high-throughput biological data, including principal component analysis and multidimensional scaling, clustering, multiple testing, unsupervised and supervised learning, resampling, the pitfalls of experimental design, and power simulations using Monte Carlo, and it even reaches networks, trees, spatial statistics, image data, and microbial ecology. Using a minimum of mathematical notation, it builds understanding from well-chosen examples, simulation, visualization, and above all hands-on interaction with data and code.

Probability and Statistical Inference - From Basic Principles to Advanced Models (Paperback): Miltiadis C. Mavrakakis, Jeremy... Probability and Statistical Inference - From Basic Principles to Advanced Models (Paperback)
Miltiadis C. Mavrakakis, Jeremy Penzer
R1,446 Discovery Miles 14 460 Ships in 9 - 15 working days

Probability and Statistical Inference: From Basic Principles to Advanced Models covers aspects of probability, distribution theory, and inference that are fundamental to a proper understanding of data analysis and statistical modelling. It presents these topics in an accessible manner without sacrificing mathematical rigour, bridging the gap between the many excellent introductory books and the more advanced, graduate-level texts. The book introduces and explores techniques that are relevant to modern practitioners, while being respectful to the history of statistical inference. It seeks to provide a thorough grounding in both the theory and application of statistics, with even the more abstract parts placed in the context of a practical setting. Features: *Complete introduction to mathematical probability, random variables, and distribution theory. *Concise but broad account of statistical modelling, covering topics such as generalised linear models, survival analysis, time series, and random processes. *Extensive discussion of the key concepts in classical statistics (point estimation, interval estimation, hypothesis testing) and the main techniques in likelihood-based inference. *Detailed introduction to Bayesian statistics and associated topics. *Practical illustration of some of the main computational methods used in modern statistical inference (simulation, boostrap, MCMC). This book is for students who have already completed a first course in probability and statistics, and now wish to deepen and broaden their understanding of the subject. It can serve as a foundation for advanced undergraduate or postgraduate courses. Our aim is to challenge and excite the more mathematically able students, while providing explanations of statistical concepts that are more detailed and approachable than those in advanced texts. This book is also useful for data scientists, researchers, and other applied practitioners who want to understand the theory behind the statistical methods used in their fields.

Statistics Behind the Headlines (Hardcover): A. John Bailer, Rosemary Pennington Statistics Behind the Headlines (Hardcover)
A. John Bailer, Rosemary Pennington
R1,884 Discovery Miles 18 840 Ships in 9 - 15 working days

Provides an introduction to statistical thinking that will help the public consume results reported in the popular media.

Analyzing Spatial Models of Choice and Judgment (Paperback, 2nd edition): David A. Armstrong, Ryan Bakker, Royce Carroll,... Analyzing Spatial Models of Choice and Judgment (Paperback, 2nd edition)
David A. Armstrong, Ryan Bakker, Royce Carroll, Christopher Hare, Keith T. Poole, …
R1,446 Discovery Miles 14 460 Ships in 9 - 15 working days

With recent advances in computing power and the widespread availability of preference, perception and choice data, such as public opinion surveys and legislative voting, the empirical estimation of spatial models using scaling and ideal point estimation methods has never been more accessible.The second edition of Analyzing Spatial Models of Choice and Judgment demonstrates how to estimate and interpret spatial models with a variety of methods using the open-source programming language R. Requiring only basic knowledge of R, the book enables social science researchers to apply the methods to their own data. Also suitable for experienced methodologists, it presents the latest methods for modeling the distances between points. The authors explain the basic theory behind empirical spatial models, then illustrate the estimation technique behind implementing each method, exploring the advantages and limitations while providing visualizations to understand the results. This second edition updates and expands the methods and software discussed in the first edition, including new coverage of methods for ordinal data and anchoring vignettes in surveys, as well as an entire chapter dedicated to Bayesian methods. The second edition is made easier to use by the inclusion of an R package, which provides all data and functions used in the book. David A. Armstrong II is Canada Research Chair in Political Methodology and Associate Professor of Political Science at Western University. His research interests include measurement, Democracy and state repressive action. Ryan Bakker is Reader in Comparative Politics at the University of Essex. His research interests include applied Bayesian modeling, measurement, Western European politics, and EU politics. Royce Carroll is Professor in Comparative Politics at the University of Essex. His research focuses on measurement of ideology and the comparative politics of legislatures and political parties. Christopher Hare is Assistant Professor in Political Science at the University of California, Davis. His research focuses on ideology and voting behavior in US politics, political polarization, and measurement. Keith T. Poole is Philip H. Alston Jr. Distinguished Professor of Political Science at the University of Georgia. His research interests include methodology, US political-economic history, economic growth and entrepreneurship. Howard Rosenthal is Professor of Politics at NYU and Roger Williams Straus Professor of Social Sciences, Emeritus, at Princeton. Rosenthal's research focuses on political economy, American politics and methodology.

Doing Meta-Analysis with R - A Hands-On Guide (Hardcover): Mathias Harrer, Pim Cuijpers, Toshi Furukawa, David Ebert Doing Meta-Analysis with R - A Hands-On Guide (Hardcover)
Mathias Harrer, Pim Cuijpers, Toshi Furukawa, David Ebert
R2,344 Discovery Miles 23 440 Ships in 9 - 15 working days

* Contains two introductory chapters on how to set up an R environment and do basic imports/manipulation of meta-analysis data, including exercises. * Describes statistical concepts clearly and concisely before applying them in R. * Includes step-by-step guidance through the coding required to perform meta-analyses, and a companion R package for the book.

Building Science Graphics - An Illustrated Guide to Communicating Science through Diagrams and Visualizations (Hardcover): Jen... Building Science Graphics - An Illustrated Guide to Communicating Science through Diagrams and Visualizations (Hardcover)
Jen Christiansen
R2,855 Discovery Miles 28 550 Ships in 9 - 15 working days

Building Science Graphics: An illustrated guide to communicating science through diagrams and visualizations is a practical guide for anyone-regardless of previous design experience and preferred drawing tools-interested in creating science-centric illustrated explanatory diagrams. Starting with a clear introduction to the concept of information graphics and their role in contemporary science communication, it then outlines a process for creating graphics using evidence-based design strategies. The heart of the book is composed of two step-by-step graphical worksheets, designed to help jump-start any new project. This is both a textbook and a practical reference for anyone that needs to convey scientific information in an illustrated form for articles, poster presentations, slide shows, press releases, blog posts, social media posts and beyond.

Introduction to Python for Humanists (Hardcover): William Mattingly Introduction to Python for Humanists (Hardcover)
William Mattingly
R3,643 Discovery Miles 36 430 Ships in 12 - 17 working days

This book will introduce digital humanists at all levels of education to Python. It provides background and guidance on learning the Python computer programming language, and as it presumes no knowledge on the part of the reader about computers or coding concepts allows the reader to gradually learn the more complex tasks that are currently popular in the field of digital humanities. This book will be aimed at undergraduates, graduates, and faculty who are interested in learning how to use Python as a tool within their workflow. An Introduction to Python for Digital Humanists will act as a primer for students who wish to use Python, allowing them to engage with more advanced textbooks. This book fills a real need, as it is first Python introduction to be aimed squarely at humanities students, as other books currently available do not approach Python from a humanities perspective. It will be designed so that those experienced in Python can teach from it, in addition to allowing those who are interested in being self-taught can use it for that purpose. Key Features: Data analysis Data science Computational humanities Digital humanities Python Natural language processing Social network analysis App development

Elementary Bayesian Biostatistics (Hardcover): Lemuel A. Moye Elementary Bayesian Biostatistics (Hardcover)
Lemuel A. Moye
R3,047 Discovery Miles 30 470 Ships in 12 - 17 working days

Bayesian analyses have made important inroads in modern clinical research due, in part, to the incorporation of the traditional tools of noninformative priors as well as the modern innovations of adaptive randomization and predictive power. Presenting an introductory perspective to modern Bayesian procedures, Elementary Bayesian Biostatistics explores Bayesian principles and illustrates their application to healthcare research. Building on the basics of classic biostatistics and algebra, this easy-to-read book provides a clear overview of the subject. It focuses on the history and mathematical foundation of Bayesian procedures, before discussing their implementation in healthcare research from first principles. The author also elaborates on the current controversies between Bayesian and frequentist biostatisticians. The book concludes with recommendations for Bayesians to improve their standing in the clinical trials community. Calculus derivations are relegated to the appendices so as not to overly complicate the main text. As Bayesian methods gain more acceptance in healthcare, it is necessary for clinical scientists to understand Bayesian principles. Applying Bayesian analyses to modern healthcare research issues, this lucid introduction helps readers make the correct choices in the development of clinical research programs.

Handbook of Regression Modeling in People Analytics - With Examples in R and Python (Hardcover): Keith Mcnulty Handbook of Regression Modeling in People Analytics - With Examples in R and Python (Hardcover)
Keith Mcnulty
R2,087 Discovery Miles 20 870 Ships in 9 - 15 working days

* 16 accompanying datasets across a wide range of contexts (e.g. academic, corporate, sports, marketing) * Clear step-by-step instructions on executing the analyses. * Clear guidance on how to interpret results. * Primary instruction in R but added sections for Python coders. * Discussion exercises and data exercises for each of the main chapters. * Final chapter of practice material and datasets ideal for class homework or project work.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Numbers, Hypotheses & Conclusions - A…
Colin Tredoux, Kevin Durrheim Paperback R897 R778 Discovery Miles 7 780
Time Series Analysis - With Applications…
Jonathan D. Cryer, Kung-Sik Chan Hardcover R2,781 Discovery Miles 27 810
Statistics for Management and Economics
Gerald Keller, Nicoleta Gaciu Paperback R1,200 R1,085 Discovery Miles 10 850
Basic mathematics for economics students…
D. Yu Paperback R345 R319 Discovery Miles 3 190
All the Math You Missed - (But Need to…
Thomas A. Garrity Paperback R779 R726 Discovery Miles 7 260
Rationality - What It Is, Why It Seems…
Steven Pinker Paperback R340 R272 Discovery Miles 2 720
Applied Business Statistics - Methods…
Trevor Wegner Paperback R702 R618 Discovery Miles 6 180
Managerial Statistics, International…
Gerald Keller Paperback R1,519 R1,358 Discovery Miles 13 580
Mathematical Statistics with…
William Mendenhall, Dennis Wackerly, … Paperback R1,343 R1,205 Discovery Miles 12 050
Introduction to the Practice of…
David S Moore Mixed media product R2,474 Discovery Miles 24 740

 

Partners