The Essential R Reference


Book Description

An essential library of basic commands you can copy and paste into R The powerful and open-source statistical programming language R is rapidly growing in popularity, but it requires that you type in commands at the keyboard rather than use a mouse, so you have to learn the language of R. But there is a shortcut, and that's where this unique book comes in. A companion book to Visualize This: The FlowingData Guide to Design, Visualization, and Statistics, this practical reference is a library of basic R commands that you can copy and paste into R to perform many types of statistical analyses. Whether you're in technology, science, medicine, business, or engineering, you can quickly turn to your topic in this handy book and find the commands you need. Comprehensive command reference for the R programming language and a companion book to Visualize This: The FlowingData Guide to Design, Visualization, and Statistics Combines elements of a dictionary, glossary, and thesaurus for the R language Provides easy accessibility to the commands you need, by topic, which you can cut and paste into R as needed Covers getting, saving, examining, and manipulating data; statistical test and math; and all the things you can do with graphs Also includes a collection of utilities that you'll find useful Simplify the complex statistical R programming language with The Essential R Reference. .




The R Book


Book Description

The high-level language of R is recognized as one of the mostpowerful and flexible statistical software environments, and israpidly becoming the standard setting for quantitative analysis,statistics and graphics. R provides free access to unrivalledcoverage and cutting-edge applications, enabling the user to applynumerous statistical methods ranging from simple regression to timeseries or multivariate analysis. Building on the success of the author’s bestsellingStatistics: An Introduction using R, The R Book ispacked with worked examples, providing an all inclusive guide to R,ideal for novice and more accomplished users alike. The bookassumes no background in statistics or computing and introduces theadvantages of the R environment, detailing its applications in awide range of disciplines. Provides the first comprehensive reference manual for the Rlanguage, including practical guidance and full coverage of thegraphics facilities. Introduces all the statistical models covered by R, beginningwith simple classical tests such as chi-square and t-test. Proceeds to examine more advance methods, from regression andanalysis of variance, through to generalized linear models,generalized mixed models, time series, spatial statistics,multivariate statistics and much more. The R Book is aimed at undergraduates, postgraduates andprofessionals in science, engineering and medicine. It is alsoideal for students and professionals in statistics, economics,geography and the social sciences.




Cold War


Book Description

The impact of the Cold War is still being felt around the world today. This insightful single-volume reference captures the events and personalities of the era, while also inspiring critical thinking about this still-controversial period. Cold War: The Essential Reference Guide is intended to introduce students to the tensions between the Soviet Union and the United States that dominated international affairs in the second half of the 20th century. A comprehensive overview essay, plus separate essays on the causes and consequences of the conflict, will provide readers with the necessary context to understand the many facets of this complex era. The guide's expert contributors cover all of the influential people and pivotal events of the period, encompassing the United States, the Soviet Union, Europe, Southeast Asia, China, the Middle East, Latin America, and Africa from political, military, and cultural perspectives. Reference entries offer valuable insight into the leaders and conflicts that defined the Cold War, while other essays promote critical thinking about controversial and significant Cold War topics, including whether Ronald Reagan was responsible for ending the Cold War, the impact of Sputnik on the Cold War, and the significance of the Prague Spring.




Bosnian Genocide


Book Description

Providing an indispensable resource for students and policy makers investigating the Bosnian catastrophes of the 1990s, this book provides a comprehensive survey of the leaders, ideas, movements, and events pertaining to one of the most devastating conflicts of contemporary times. In the three years of the Bosnian War, well over 100,000 people lost their lives, amid intense carnage. This led to unprecedented criminal prosecutions for genocide, war crimes, and crimes against humanity that are still taking place today. Bosnian Genocide: The Essential Reference Guide is the first encyclopedic treatment of the Balkan conflicts of the period from 1991 to 1999. It provides broad coverage of the nearly decade-long conflict, but with a major focus on the Bosnian War of 1992–1995. The book examines a variety of perspectives of the conflicts relating to Slovenia, Croatia, Bosnia-Herzegovina, Serbia, and Kosovo, among other developments that took place during the years spotlighted. The entries consider not only the leaders, ideas, movements, and events relating to the Bosnian War of 1992–1995 but also examine themes from before the war and after it. As such, coverage continues through to the Kosovo Intervention of 1999, arguing that this event, too, was part of the conflict that purportedly ended in 1995. This work will serve university students undertaking the study of genocide in the modern world and readers interested in modern wars, international crisis management, and peacekeeping and peacemaking.




An Introduction to Statistical Learning


Book Description

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




Doing Meta-Analysis with R


Book Description

Doing Meta-Analysis with R: A Hands-On Guide serves as an accessible introduction on how meta-analyses can be conducted in R. Essential steps for meta-analysis are covered, including calculation and pooling of outcome measures, forest plots, heterogeneity diagnostics, subgroup analyses, meta-regression, methods to control for publication bias, risk of bias assessments and plotting tools. Advanced but highly relevant topics such as network meta-analysis, multi-three-level meta-analyses, Bayesian meta-analysis approaches and SEM meta-analysis are also covered. A companion R package, dmetar, is introduced at the beginning of the guide. It contains data sets and several helper functions for the meta and metafor package used in the guide. The programming and statistical background covered in the book are kept at a non-expert level, making the book widely accessible. Features • Contains two introductory chapters on how to set up an R environment and do basic imports/manipulations 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




Advanced R


Book Description

An Essential Reference for Intermediate and Advanced R Programmers Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the elegance, beauty, and flexibility at the heart of R. The book develops the necessary skills to produce quality code that can be used in a variety of circumstances. You will learn: The fundamentals of R, including standard data types and functions Functional programming as a useful framework for solving wide classes of problems The positives and negatives of metaprogramming How to write fast, memory-efficient code This book not only helps current R users become R programmers but also shows existing programmers what’s special about R. Intermediate R programmers can dive deeper into R and learn new strategies for solving diverse problems while programmers from other languages can learn the details of R and understand why R works the way it does.




Introductory Statistics with R


Book Description

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




Data Manipulation with R


Book Description

This book presents a wide array of methods applicable for reading data into R, and efficiently manipulating that data. In addition to the built-in functions, a number of readily available packages from CRAN (the Comprehensive R Archive Network) are also covered. All of the methods presented take advantage of the core features of R: vectorization, efficient use of subscripting, and the proper use of the varied functions in R that are provided for common data management tasks. Most experienced R users discover that, especially when working with large data sets, it may be helpful to use other programs, notably databases, in conjunction with R. Accordingly, the use of databases in R is covered in detail, along with methods for extracting data from spreadsheets and datasets created by other programs. Character manipulation, while sometimes overlooked within R, is also covered in detail, allowing problems that are traditionally solved by scripting languages to be carried out entirely within R. For users with experience in other languages, guidelines for the effective use of programming constructs like loops are provided. Since many statistical modeling and graphics functions need their data presented in a data frame, techniques for converting the output of commonly used functions to data frames are provided throughout the book.




Reference Data for Engineers


Book Description

This standard handbook for engineers covers the fundamentals, theory and applications of radio, electronics, computers, and communications equipment. It provides information on essential, need-to-know topics without heavy emphasis on complicated mathematics. It is a "must-have" for every engineer who requires electrical, electronics, and communications data. Featured in this updated version is coverage on intellectual property and patents, probability and design, antennas, power electronics, rectifiers, power supplies, and properties of materials. Useful information on units, constants and conversion factors, active filter design, antennas, integrated circuits, surface acoustic wave design, and digital signal processing is also included. This work also offers new knowledge in the fields of satellite technology, space communication, microwave science, telecommunication, global positioning systems, frequency data, and radar.