0
Your cart

Your cart is empty

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

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

Data Science for Infectious Disease Data Analytics - An Introduction with R (Hardcover): Lily Wang Data Science for Infectious Disease Data Analytics - An Introduction with R (Hardcover)
Lily Wang
R2,378 Discovery Miles 23 780 Ships in 12 - 17 working days

Describes the entire data science procedure of how the infectious disease data are collected, curated, visualized, and fed to predictive models, which facilitates effective communication between data sources, scientists, and decision-makers. Describes practical concepts of infectious disease data and provides particular data science perspectives. Overview of the unique features and issues of infectious disease data and how they impact epidemic modeling and projection. Introduces various classes of models and state-of-the-art learning methods to analyze infectious diseases data with valuable insights on how different models and methods could be connected.

Javascript for R (Paperback): John Coene Javascript for R (Paperback)
John Coene
R1,608 Discovery Miles 16 080 Ships in 12 - 17 working days

Little known to many, R works just as well with JavaScript-this book delves into the various ways both languages can work together. The ultimate aim of this work is to put the reader at ease with inviting JavaScript in their data science workflow. In that respect the book is not teaching one JavaScript but rather we show how little JavaScript can greatly support and enhance R code. Therefore, the focus is on integrating external JavaScript libraries and no prior knowledge of JavaScript is required. Key Features: Easy to pick up. An entry way to learning JavaScript for R. Covers topics not covered anywhere else. Easy to follow along.

Javascript for R (Hardcover): John Coene Javascript for R (Hardcover)
John Coene
R3,849 Discovery Miles 38 490 Ships in 12 - 17 working days

Little known to many, R works just as well with JavaScript-this book delves into the various ways both languages can work together. The ultimate aim of this work is to put the reader at ease with inviting JavaScript in their data science workflow. In that respect the book is not teaching one JavaScript but rather we show how little JavaScript can greatly support and enhance R code. Therefore, the focus is on integrating external JavaScript libraries and no prior knowledge of JavaScript is required. Key Features: Easy to pick up. An entry way to learning JavaScript for R. Covers topics not covered anywhere else. Easy to follow along.

Statistical Trend Analysis of Physically Unclonable Functions - An Approach via Text Mining (Hardcover): Behrouz Zolfaghari,... Statistical Trend Analysis of Physically Unclonable Functions - An Approach via Text Mining (Hardcover)
Behrouz Zolfaghari, Khodakhast Bibak, Takeshi Koshiba, Hamid R. Nemati, Pinaki Mitra
R1,549 Discovery Miles 15 490 Ships in 12 - 17 working days

Physically Unclonable Functions (PUFs) translate unavoidable variations in certain parameters of materials, waves, or devices into random and unique signals. They have found many applications in the Internet of Things (IoT), authentication systems, FPGA industry, several other areas in communications and related technologies, and many commercial products. Statistical Trend Analysis of Physically Unclonable Functions first presents a review on cryptographic hardware and hardware-assisted cryptography. The review highlights PUF as a mega trend in research on cryptographic hardware design. Afterwards, the authors present a combined survey and research work on PUFs using a systematic approach. As part of the survey aspect, a state-of-the-art analysis is presented as well as a taxonomy on PUFs, a life cycle, and an established ecosystem for the technology. In another part of the survey, the evolutionary history of PUFs is examined, and strategies for further research in this area are suggested. In the research side, this book presents a novel approach for trend analysis that can be applied to any technology or research area. In this method, a text mining tool is used which extracts 1020 keywords from the titles of the sample papers. Then, a classifying tool classifies the keywords into 295 meaningful research topics. The popularity of each topic is then numerically measured and analyzed over the course of time through a statistical analysis on the number of research papers related to the topic as well as the number of their citations. The authors identify the most popular topics in four different domains; over the history of PUFs, during the recent years, in top conferences, and in top journals. The results are used to present an evolution study as well as a trend analysis and develop a roadmap for future research in this area. This method gives an automatic popularity-based statistical trend analysis which eliminates the need for passing personal judgments about the direction of trends, and provides concrete evidence to the future direction of research on PUFs. Another advantage of this method is the possibility of studying a whole lot of existing research works (more than 700 in this book). This book will appeal to researchers in text mining, cryptography, hardware security, and IoT.

SPSS Demystified - A Simple Guide and Reference (Hardcover, 4th edition): Ronald D. Yockey SPSS Demystified - A Simple Guide and Reference (Hardcover, 4th edition)
Ronald D. Yockey
R5,031 Discovery Miles 50 310 Ships in 12 - 17 working days

Without question, statistics is one of the most challenging courses for students in the social and behavioral sciences. Enrolling in their first statistics course, students are often apprehensive or extremely anxious toward the subject matter. And while IBM SPSS is one of the more easy-to-use statistical software programs available, for anxious students who realize they not only have to learn statistics but also new software, the task can seem insurmountable. Keenly aware of students' anxiety with statistics (and the fact that this anxiety can affect performance), Ronald D. Yockey has written SPSS Demystified: A Simple Guide and Reference, now in its fourth edition. Through a comprehensive, step-by-step approach, this text is consistently and specifically designed to both alleviate anxiety toward the subject matter and build a successful experience analyzing data in SPSS. Topics covered in the text are appropriate for most introductory and intermediate statistics and research methods courses. Key features of the text: Step-by-step instruction and screenshots Designed to be hands-on with the user performing the analyses alongside on their computer as they read through each chapter Call-out boxes provided, highlighting important information as appropriate SPSS output explained, with written results provided using the popular, widely recognized APA format End-of-chapter exercises included, allowing for additional practice SPSS datasets available on the publisher's website New to the Fourth Edition: Fully updated to SPSS 28 Updated screenshots in full color to reflect changes in SPSS software system (version 28) Exercises updated with up-to-date examples Exact p-values provided (consist with APA recommendations)

Accelerating MATLAB Performance - 1001 tips to speed up MATLAB programs (Hardcover): Yair M Altman Accelerating MATLAB Performance - 1001 tips to speed up MATLAB programs (Hardcover)
Yair M Altman
R3,034 Discovery Miles 30 340 Ships in 9 - 15 working days

The MATLAB (R) programming environment is often perceived as a platform suitable for prototyping and modeling but not for "serious" applications. One of the main complaints is that MATLAB is just too slow. Accelerating MATLAB Performance aims to correct this perception by describing multiple ways to greatly improve MATLAB program speed. Packed with thousands of helpful tips, it leaves no stone unturned, discussing every aspect of MATLAB. Ideal for novices and professionals alike, the book describes MATLAB performance in a scale and depth never before published. It takes a comprehensive approach to MATLAB performance, illustrating numerous ways to attain the desired speedup. The book covers MATLAB, CPU, and memory profiling and discusses various tradeoffs in performance tuning. It describes both the application of standard industry techniques in MATLAB, as well as methods that are specific to MATLAB such as using different data types or built-in functions. The book covers MATLAB vectorization, parallelization (implicit and explicit), optimization, memory management, chunking, and caching. It explains MATLAB's memory model and details how it can be leveraged. It describes the use of GPU, MEX, FPGA, and other forms of compiled code, as well as techniques for speeding up deployed applications. It details specific tips for MATLAB GUI, graphics, and I/O. It also reviews a wide variety of utilities, libraries, and toolboxes that can help to improve performance. Sufficient information is provided to allow readers to immediately apply the suggestions to their own MATLAB programs. Extensive references are also included to allow those who wish to expand the treatment of a particular topic to do so easily. Supported by an active website, and numerous code examples, the book will help readers rapidly attain significant reductions in development costs and program run times.

R for Conservation and Development Projects - A Primer for Practitioners (Paperback): Nathan Whitmore R for Conservation and Development Projects - A Primer for Practitioners (Paperback)
Nathan Whitmore
R1,823 Discovery Miles 18 230 Ships in 12 - 17 working days

Simple English format Foundation sections on inference and evidence, and data integration in project management Exploration of R usage through a narrative examining a generic integrated conservation and development project A final section on R for reproducible workflow Accompanied by an R package

R for Conservation and Development Projects - A Primer for Practitioners (Hardcover): Nathan Whitmore R for Conservation and Development Projects - A Primer for Practitioners (Hardcover)
Nathan Whitmore
R4,468 Discovery Miles 44 680 Ships in 12 - 17 working days

Simple English format Foundation sections on inference and evidence, and data integration in project management Exploration of R usage through a narrative examining a generic integrated conservation and development project A final section on R for reproducible workflow Accompanied by an R package

A Tour of Data Science - Learn R and Python in Parallel (Hardcover): Nailong Zhang A Tour of Data Science - Learn R and Python in Parallel (Hardcover)
Nailong Zhang
R3,993 Discovery Miles 39 930 Ships in 12 - 17 working days

A Tour of Data Science: Learn R and Python in Parallel covers the fundamentals of data science, including programming, statistics, optimization, and machine learning in a single short book. It does not cover everything, but rather, teaches the key concepts and topics in Data Science. It also covers two of the most popular programming languages used in Data Science, R and Python, in one source. Key features: Allows you to learn R and Python in parallel Cover statistics, programming, optimization and predictive modelling, and the popular data manipulation tools - data.table and pandas Provides a concise and accessible presentation Includes machine learning algorithms implemented from scratch, linear regression, lasso, ridge, logistic regression, gradient boosting trees, etc. Appealing to data scientists, statisticians, quantitative analysts, and others who want to learn programming with R and Python from a data science perspective.

Handbook of Univariate and Multivariate Data Analysis with IBM SPSS (Paperback, 2nd edition): Robert Ho Handbook of Univariate and Multivariate Data Analysis with IBM SPSS (Paperback, 2nd edition)
Robert Ho
R1,462 Discovery Miles 14 620 Ships in 12 - 17 working days

Using the same accessible, hands-on approach as its best-selling predecessor, the Handbook of Univariate and Multivariate Data Analysis with IBM SPSS, Second Edition explains how to apply statistical tests to experimental findings, identify the assumptions underlying the tests, and interpret the findings. This second edition now covers more topics and has been updated with the SPSS statistical package for Windows. New to the Second Edition Three new chapters on multiple discriminant analysis, logistic regression, and canonical correlation New section on how to deal with missing data Coverage of tests of assumptions, such as linearity, outliers, normality, homogeneity of variance-covariance matrices, and multicollinearity Discussions of the calculation of Type I error and the procedure for testing statistical significance between two correlation coefficients obtained from two samples Expanded coverage of factor analysis, path analysis (test of the mediation hypothesis), and structural equation modeling Suitable for both newcomers and seasoned researchers in the social sciences, the handbook offers a clear guide to selecting the right statistical test, executing a wide range of univariate and multivariate statistical tests via the Windows and syntax methods, and interpreting the output results. The SPSS syntax files used for executing the statistical tests can be found in the appendix. Data sets employed in the examples are available on the book's CRC Press web page.

Statistical Computing in C++ and R (Paperback): Randall L. Eubank, Ana Kupresanin Statistical Computing in C++ and R (Paperback)
Randall L. Eubank, Ana Kupresanin
R1,458 Discovery Miles 14 580 Ships in 12 - 17 working days

With the advancement of statistical methodology inextricably linked to the use of computers, new methodological ideas must be translated into usable code and then numerically evaluated relative to competing procedures. In response to this, Statistical Computing in C++ and R concentrates on the writing of code rather than the development and study of numerical algorithms per se. The book discusses code development in C++ and R and the use of these symbiotic languages in unison. It emphasizes that each offers distinct features that, when used in tandem, can take code writing beyond what can be obtained from either language alone. The text begins with some basics of object-oriented languages, followed by a "boot-camp" on the use of C++ and R. The authors then discuss code development for the solution of specific computational problems that are relevant to statistics including optimization, numerical linear algebra, and random number generation. Later chapters introduce abstract data structures (ADTs) and parallel computing concepts. The appendices cover R and UNIX Shell programming. Features Includes numerous student exercises ranging from elementary to challenging Integrates both C++ and R for the solution of statistical computing problems Uses C++ code in R and R functions in C++ programs Provides downloadable programs, available from the authors' website The translation of a mathematical problem into its computational analog (or analogs) is a skill that must be learned, like any other, by actively solving relevant problems. The text reveals the basic principles of algorithmic thinking essential to the modern statistician as well as the fundamental skill of communicating with a computer through the use of the computer languages C++ and R. The book lays the foundation for original code development in a research environment.

SPSS Statistics For Dummies, 4th Edition (Paperback, 4th Edition): J Salcedo SPSS Statistics For Dummies, 4th Edition (Paperback, 4th Edition)
J Salcedo
R947 R677 Discovery Miles 6 770 Save R270 (29%) Ships in 9 - 15 working days

The fun and friendly guide to mastering IBM's Statistical Package for the Social Sciences Written by an author team with a combined 55 years of experience using SPSS, this updated guide takes the guesswork out of the subject and helps you get the most out of using the leader in predictive analysis. Covering the latest release and updates to SPSS 27.0, and including more than 150 pages of basic statistical theory, it helps you understand the mechanics behind the calculations, perform predictive analysis, produce informative graphs, and more. You'll even dabble in programming as you expand SPSS functionality to suit your specific needs. Master the fundamental mechanics of SPSS Learn how to get data into and out of the program Graph and analyze your data more accurately and efficiently Program SPSS with Command Syntax Get ready to start handling data like a pro--with step-by-step instruction and expert advice!

Graphics for Statistics and Data Analysis with R - Graphics for Statistics and Data Analysis with R (Paperback, 2nd edition):... Graphics for Statistics and Data Analysis with R - Graphics for Statistics and Data Analysis with R (Paperback, 2nd edition)
Kevin J. Keen
R1,525 Discovery Miles 15 250 Ships in 12 - 17 working days

Praise for the First Edition "The main strength of this book is that it provides a unified framework of graphical tools for data analysis, especially for univariate and low-dimensional multivariate data. In addition, it is clearly written in plain language and the inclusion of R code is particularly useful to assist readers' understanding of the graphical techniques discussed in the book. ... It not only summarises graphical techniques, but it also serves as a practical reference for researchers and graduate students with an interest in data display." -Han Lin Shang, Journal of Applied Statistics Graphics for Statistics and Data Analysis with R, Second Edition, presents the basic principles of graphical design and applies these principles to engaging examples using the graphics and lattice packages in R. It offers a wide array of modern graphical displays for data visualization and representation. Added in the second edition are coverage of the ggplot2 graphics package, material on human visualization and color rendering in R, on screen, and in print. Features Emphasizes the fundamentals of statistical graphics and best practice guidelines for producing and choosing among graphical displays in R Presents technical details on topics such as: the estimation of quantiles, nonparametric and parametric density estimation; diagnostic plots for the simple linear regression model; polynomial regression, splines, and locally weighted polynomial regression for producing a smooth curve; Trellis graphics for multivariate data Provides downloadable R code and data for figures at www.graphicsforstatistics.com Kevin J. Keen is a Professor of Mathematics and Statistics at the University of Northern British Columbia (Prince George, Canada) and an Accredited Professional StatisticianTM by the Statistical Society of Canada and the American Statistical Association.

Statistical Analysis of Questionnaires - A Unified Approach Based on R and Stata (Paperback): Francesco Bartolucci, Silvia... Statistical Analysis of Questionnaires - A Unified Approach Based on R and Stata (Paperback)
Francesco Bartolucci, Silvia Bacci, Michela Gnaldi
R1,424 Discovery Miles 14 240 Ships in 12 - 17 working days

Statistical Analysis of Questionnaires: A Unified Approach Based on R and Stata presents special statistical methods for analyzing data collected by questionnaires. The book takes an applied approach to testing and measurement tasks, mirroring the growing use of statistical methods and software in education, psychology, sociology, and other fields. It is suitable for graduate students in applied statistics and psychometrics and practitioners in education, health, and marketing. The book covers the foundations of classical test theory (CTT), test reliability, validity, and scaling as well as item response theory (IRT) fundamentals and IRT for dichotomous and polytomous items. The authors explore the latest IRT extensions, such as IRT models with covariates, multidimensional IRT models, IRT models for hierarchical and longitudinal data, and latent class IRT models. They also describe estimation methods and diagnostics, including graphical diagnostic tools, parametric and nonparametric tests, and differential item functioning. Stata and R software codes are included for each method. To enhance comprehension, the book employs real datasets in the examples and illustrates the software outputs in detail. The datasets are available on the authors' web page.

Statistical Studies of Income, Poverty and Inequality in Europe - Computing and Graphics in R using EU-SILC (Paperback):... Statistical Studies of Income, Poverty and Inequality in Europe - Computing and Graphics in R using EU-SILC (Paperback)
Nicholas T. Longford
R1,431 Discovery Miles 14 310 Ships in 12 - 17 working days

There is no shortage of incentives to study and reduce poverty in our societies. Poverty is studied in economics and political sciences, and population surveys are an important source of information about it. The design and analysis of such surveys is principally a statistical subject matter and the computer is essential for their data compilation and processing. Focusing on The European Union Statistics on Income and Living Conditions (EU-SILC), a program of annual national surveys which collect data related to poverty and social exclusion, Statistical Studies of Income, Poverty and Inequality in Europe: Computing and Graphics in R presents a set of statistical analyses pertinent to the general goals of EU-SILC. The contents of the volume are biased toward computing and statistics, with reduced attention to economics, political and other social sciences. The emphasis is on methods and procedures as opposed to results, because the data from annual surveys made available since publication and in the near future will degrade the novelty of the data used and the results derived in this volume. The aim of this volume is not to propose specific methods of analysis, but to open up the analytical agenda and address the aspects of the key definitions in the subject of poverty assessment that entail nontrivial elements of arbitrariness. The presented methods do not exhaust the range of analyses suitable for EU-SILC, but will stimulate the search for new methods and adaptation of established methods that cater to the identified purposes.

Big Data - A Tutorial-Based Approach (Paperback): Nasir Raheem Big Data - A Tutorial-Based Approach (Paperback)
Nasir Raheem
R658 Discovery Miles 6 580 Ships in 12 - 17 working days

Big Data: A Tutorial-Based Approach explores the tools and techniques used to bring about the marriage of structured and unstructured data. It focuses on Hadoop Distributed Storage and MapReduce Processing by implementing (i) Tools and Techniques of Hadoop Eco System, (ii) Hadoop Distributed File System Infrastructure, and (iii) efficient MapReduce processing. The book includes Use Cases and Tutorials to provide an integrated approach that answers the 'What', 'How', and 'Why' of Big Data. Features Identifies the primary drivers of Big Data Walks readers through the theory, methods and technology of Big Data Explains how to handle the 4 V's of Big Data in order to extract value for better business decision making Shows how and why data connectors are critical and necessary for Agile text analytics Includes in-depth tutorials to perform necessary set-ups, installation, configuration and execution of important tasks Explains the command line as well as GUI interface to a powerful data exchange tool between Hadoop and legacy r-dbms databases

Introduction to Time Series Modeling with Applications in R - with Applications in R (Hardcover, 2nd edition): Genshiro Kitagawa Introduction to Time Series Modeling with Applications in R - with Applications in R (Hardcover, 2nd edition)
Genshiro Kitagawa
R3,729 Discovery Miles 37 290 Ships in 12 - 17 working days

Praise for the first edition: [This book] reflects the extensive experience and significant contributions of the author to non-linear and non-Gaussian modeling. ... [It] is a valuable book, especially with its broad and accessible introduction of models in the state-space framework. -Statistics in Medicine What distinguishes this book from comparable introductory texts is the use of state-space modeling. Along with this come a number of valuable tools for recursive filtering and smoothing, including the Kalman filter, as well as non-Gaussian and sequential Monte Carlo filters. -MAA Reviews Introduction to Time Series Modeling with Applications in R, Second Edition covers numerous stationary and nonstationary time series models and tools for estimating and utilizing them. The goal of this book is to enable readers to build their own models to understand, predict and master time series. The second edition makes it possible for readers to reproduce examples in this book by using the freely available R package TSSS to perform computations for their own real-world time series problems. This book employs the state-space model as a generic tool for time series modeling and presents the Kalman filter, the non-Gaussian filter and the particle filter as convenient tools for recursive estimation for state-space models. Further, it also takes a unified approach based on the entropy maximization principle and employs various methods of parameter estimation and model selection, including the least squares method, the maximum likelihood method, recursive estimation for state-space models and model selection by AIC. Along with the standard stationary time series models, such as the AR and ARMA models, the book also introduces nonstationary time series models such as the locally stationary AR model, the trend model, the seasonal adjustment model, the time-varying coefficient AR model and nonlinear non-Gaussian state-space models. About the Author: Genshiro Kitagawa is a project professor at the University of Tokyo, the former Director-General of the Institute of Statistical Mathematics, and the former President of the Research Organization of Information and Systems.

Understanding Regression Analysis - A Conditional Distribution Approach (Hardcover): Peter H. Westfall, Andrea L. Arias Understanding Regression Analysis - A Conditional Distribution Approach (Hardcover)
Peter H. Westfall, Andrea L. Arias
R3,737 Discovery Miles 37 370 Ships in 12 - 17 working days

Understanding Regression Analysis unifies diverse regression applications including the classical model, ANOVA models, generalized models including Poisson, Negative binomial, logistic, and survival, neural networks, and decision trees under a common umbrella -- namely, the conditional distribution model. It explains why the conditional distribution model is the correct model, and it also explains (proves) why the assumptions of the classical regression model are wrong. Unlike other regression books, this one from the outset takes a realistic approach that all models are just approximations. Hence, the emphasis is to model Nature's processes realistically, rather than to assume (incorrectly) that Nature works in particular, constrained ways. Key features of the book include: Numerous worked examples using the R software Key points and self-study questions displayed "just-in-time" within chapters Simple mathematical explanations ("baby proofs") of key concepts Clear explanations and applications of statistical significance (p-values), incorporating the American Statistical Association guidelines Use of "data-generating process" terminology rather than "population" Random-X framework is assumed throughout (the fixed-X case is presented as a special case of the random-X case) Clear explanations of probabilistic modelling, including likelihood-based methods Use of simulations throughout to explain concepts and to perform data analyses This book has a strong orientation towards science in general, as well as chapter-review and self-study questions, so it can be used as a textbook for research-oriented students in the social, biological and medical, and physical and engineering sciences. As well, its mathematical emphasis makes it ideal for a text in mathematics and statistics courses. With its numerous worked examples, it is also ideally suited to be a reference book for all scientists.

R Visualizations - Derive Meaning from Data (Hardcover): David Gerbing R Visualizations - Derive Meaning from Data (Hardcover)
David Gerbing
R2,370 Discovery Miles 23 700 Ships in 12 - 17 working days

R Visualizations: Derive Meaning from Data focuses on one of the two major topics of data analytics: data visualization, a.k.a., computer graphics. In the book, major R systems for visualization are discussed, organized by topic and not by system. Anyone doing data analysis will be shown how to use R to generate any of the basic visualizations with the R visualization systems. Further, this book introduces the author's lessR system, which always can accomplish a visualization with less coding than the use of other systems, sometimes dramatically so, and also provides accompanying statistical analyses. Key Features Presents thorough coverage of the leading R visualization system, ggplot2. Gives specific guidance on using base R graphics to attain visualizations of the same quality as those provided by ggplot2. Shows how to create a wide range of data visualizations: distributions of categorical and continuous variables, many types of scatterplots including with a third variable, time series, and maps. Inclusion of the various approaches to R graphics organized by topic instead of by system. Presents the recent work on interactive visualization in R. David W. Gerbing received his PhD from Michigan State University in 1979 in quantitative analysis, and currently is a professor of quantitative analysis in the School of Business at Portland State University. He has published extensively in the social and behavioral sciences with a focus on quantitative methods. His lessR package has been in development since 2009.

Computer Intensive Statistical Methods - Validation, Model Selection, and Bootstrap (Paperback): J.S. Urban Hjorth Computer Intensive Statistical Methods - Validation, Model Selection, and Bootstrap (Paperback)
J.S. Urban Hjorth
R1,805 Discovery Miles 18 050 Ships in 12 - 17 working days

This book focuses on computer intensive statistical methods, such as validation, model selection, and bootstrap, that help overcome obstacles that could not be previously solved by methods such as regression and time series modelling in the areas of economics, meteorology, and transportation.

Interactive Web-Based Data Visualization with R, plotly, and shiny (Hardcover): Carson Sievert Interactive Web-Based Data Visualization with R, plotly, and shiny (Hardcover)
Carson Sievert
R5,372 Discovery Miles 53 720 Ships in 12 - 17 working days

The richly illustrated Interactive Web-Based Data Visualization with R, plotly, and shiny focuses on the process of programming interactive web graphics for multidimensional data analysis. It is written for the data analyst who wants to leverage the capabilities of interactive web graphics without having to learn web programming. Through many R code examples, you will learn how to tap the extensive functionality of these tools to enhance the presentation and exploration of data. By mastering these concepts and tools, you will impress your colleagues with your ability to quickly generate more informative, engaging, and reproducible interactive graphics using free and open source software that you can share over email, export to pdf, and more. Key Features: Convert static ggplot2 graphics to an interactive web-based form Link, animate, and arrange multiple plots in standalone HTML from R Embed, modify, and respond to plotly graphics in a shiny app Learn best practices for visualizing continuous, discrete, and multivariate data Learn numerous ways to visualize geo-spatial data This book makes heavy use of plotly for graphical rendering, but you will also learn about other R packages that support different phases of a data science workflow, such as tidyr, dplyr, and tidyverse. Along the way, you will gain insight into best practices for visualization of high-dimensional data, statistical graphics, and graphical perception. The printed book is complemented by an interactive website where readers can view movies demonstrating the examples and interact with graphics.

Regression Modeling - Methods, Theory, and Computation with SAS (Paperback): Michael Panik Regression Modeling - Methods, Theory, and Computation with SAS (Paperback)
Michael Panik
R1,977 Discovery Miles 19 770 Ships in 12 - 17 working days

Regression Modeling: Methods, Theory, and Computation with SAS provides an introduction to a diverse assortment of regression techniques using SAS to solve a wide variety of regression problems. The author fully documents the SAS programs and thoroughly explains the output produced by the programs. The text presents the popular ordinary least squares (OLS) approach before introducing many alternative regression methods. It covers nonparametric regression, logistic regression (including Poisson regression), Bayesian regression, robust regression, fuzzy regression, random coefficients regression, L1 and q-quantile regression, regression in a spatial domain, ridge regression, semiparametric regression, nonlinear least squares, and time-series regression issues. For most of the regression methods, the author includes SAS procedure code, enabling readers to promptly perform their own regression runs. A Comprehensive, Accessible Source on Regression Methodology and ModelingRequiring only basic knowledge of statistics and calculus, this book discusses how to use regression analysis for decision making and problem solving. It shows readers the power and diversity of regression techniques without overwhelming them with calculations.

SAS For Dummies 2e (Paperback, 2nd Edition): S. McDaniel SAS For Dummies 2e (Paperback, 2nd Edition)
S. McDaniel
R720 R625 Discovery Miles 6 250 Save R95 (13%) Ships in 12 - 17 working days

The fun and easy way to learn to use this leading business intelligence tool

Written by an author team who is directly involved with SAS, this easy-to-follow guide is fully updated for the latest release of SAS and covers just what you need to put this popular software to work in your business. SAS allows any business or enterprise to improve data delivery, analysis, reporting, movement across a company, data mining, forecasting, statistical analysis, and more. "SAS For Dummies, 2nd Edition " gives you the necessary background on what SAS can do for you and explains how to use the Enterprise Guide.SAS provides statistical and data analysis tools to help you deal with all kinds of data: operational, financial, performance, and morePlaces special emphasis on Enterprise Guide and other analytical tools, covering all commonly used featuresCovers all commonly used features and shows you the practical applications you can put to work in your businessExplores how to get various types of data into the software and how to work with databasesCovers producing reports and Web reporting tools, analytics, macros, and working with your data

In the easy-to-follow, no-nonsense "For" "Dummies" format, "SAS For Dummies" gives you the knowledge and the confidence to get SAS working for your organization.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Using Excel for Business and Financial Modelling -  A Practical guide, 3rd edition (Paperback, 3rd Edition): DS Fairhurst Using Excel for Business and Financial Modelling - A Practical guide, 3rd edition (Paperback, 3rd Edition)
DS Fairhurst
R1,859 Discovery Miles 18 590 Ships in 12 - 17 working days

A hands-on guide to using Excel in the business context First published in 2012, Using Excel for Business and Financial Modelling contains step-by-step instructions of how to solve common business problems using financial models, including downloadable Excel templates, a list of shortcuts and tons of practical tips and techniques you can apply straight away. Whilst there are many hundreds of tools, features and functions in Excel, this book focuses on the topics most relevant to finance professionals. It covers these features in detail from a practical perspective, but also puts them in context by applying them to practical examples in the real world. Learn to create financial models to help make business decisions whilst applying modelling best practice methodology, tools and techniques. - Provides the perfect mix of practice and theory - Helps you become a DIY Excel modelling specialist - Includes updates for Excel 2019/365 and Excel for Mac - May be used as an accompaniment to the author's online and face-to-face training courses Many people are often overwhelmed by the hundreds of tools in Excel, and this book gives clarity to the ones you need to know in order to perform your job more efficiently. This book also demystifies the technical, design, logic and financial skills you need for business and financial modelling.

SPSS Demystified - A Simple Guide and Reference (Paperback, 4th edition): Ronald D. Yockey SPSS Demystified - A Simple Guide and Reference (Paperback, 4th edition)
Ronald D. Yockey
R1,728 Discovery Miles 17 280 Ships in 9 - 15 working days

Without question, statistics is one of the most challenging courses for students in the social and behavioral sciences. Enrolling in their first statistics course, students are often apprehensive or extremely anxious toward the subject matter. And while IBM SPSS is one of the more easy-to-use statistical software programs available, for anxious students who realize they not only have to learn statistics but also new software, the task can seem insurmountable. Keenly aware of students' anxiety with statistics (and the fact that this anxiety can affect performance), Ronald D. Yockey has written SPSS Demystified: A Simple Guide and Reference, now in its fourth edition. Through a comprehensive, step-by-step approach, this text is consistently and specifically designed to both alleviate anxiety toward the subject matter and build a successful experience analyzing data in SPSS. Topics covered in the text are appropriate for most introductory and intermediate statistics and research methods courses. Key features of the text: Step-by-step instruction and screenshots Designed to be hands-on with the user performing the analyses alongside on their computer as they read through each chapter Call-out boxes provided, highlighting important information as appropriate SPSS output explained, with written results provided using the popular, widely recognized APA format End-of-chapter exercises included, allowing for additional practice SPSS datasets available on the publisher's website New to the Fourth Edition: Fully updated to SPSS 28 Updated screenshots in full color to reflect changes in SPSS software system (version 28) Exercises updated with up-to-date examples Exact p-values provided (consist with APA recommendations)

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Engineering Production-Grade Shiny Apps
Colin Fay, Sebastien Rochette, … Paperback R1,580 Discovery Miles 15 800
Handbook of Graphs and Networks in…
Keith Mcnulty Paperback R2,123 Discovery Miles 21 230
A Simple Guide to SPSS (R) for Political…
Lee Kirkpatrick, Quentin Kidd Paperback R1,193 R1,066 Discovery Miles 10 660
An Introduction to Statistical Learning…
Gareth James, Daniela Witten, … Hardcover R2,280 R2,120 Discovery Miles 21 200
Analysis and Design of Control Systems…
Rao V. Dukkipati Hardcover R1,393 Discovery Miles 13 930
Nonparametric Statistical Methods Using…
John Kloke, Joseph W. McKean Hardcover R2,657 Discovery Miles 26 570
Discovering Statistics Using IBM SPSS…
Andy Field Paperback  (1)
R1,747 R1,556 Discovery Miles 15 560
Statistics and Data Visualisation with…
Jesus Rogel-Salazar Hardcover R3,743 Discovery Miles 37 430
Statistical Analysis with Excel For…
J Schmuller Paperback R990 R709 Discovery Miles 7 090
Geocomputation with R
Robin Lovelace, Jakub Nowosad, … Paperback R1,465 Discovery Miles 14 650

 

Partners