- Table View
- List View
An R Companion for Applied Statistics II: Multivariable and Multivariate Techniques
by Danney RascoAn R Companion for Applied Statistics II: Multivariable and Multivariate Techniques breaks the language of the R software down into manageable chunks in order to help students learn how to use R to analyze multivariate data. The book focuses on the statistics generally covered in an intermediate or multivariate statistics course and provides one or two ways to run each analysis in R. The book has been designed to be an R companion to Rebecca M. Warner′s Applied Statistics II: Third Edition, and includes end-of-chapter instructions for replicating the examples from that book in R. However, this text can also be used as a stand-alone R guide for a multivariate statistics course, without reference to the Warner text. Datasets and scripts to run the examples are provided on an accompanying website.
R Companion for Sampling: Design and Analysis, Third Edition
by Yan Lu Sharon L. LohrThe R Companion for Sampling: Design and Analysis, designed to be read alongside Sampling: Design and Analysis, Third Edition by Sharon L. Lohr (SDA; 2022, CRC Press), shows how to use functions in base R and contributed packages to perform calculations for the examples in SDA. No prior experience with R is needed. Chapter 1 tells you how to obtain R and RStudio, introduces basic features of the R statistical software environment, and helps you get started with analyzing data. Each subsequent chapter provides step-by-step guidance for working through the data examples in the corresponding chapter of SDA, with code, output, and interpretation. Tips and warnings help you develop good programming practices and avoid common survey data analysis errors. R features and functions are introduced as they are needed so you can see how each type of sample is selected and analyzed. Each chapter builds on the knowledge developed earlier for simpler designs; after finishing the book, you will know how to use R to select and analyze almost any type of probability sample. All R code and data sets used in this book are available online to help you develop your skills analyzing survey data from social and public opinion research, public health, crime, education, business, agriculture, and ecology.
An R Companion to Applied Regression
by John Fox Sanford WeisbergAn R Companion to Applied Regression is a broad introduction to the R statistical computing environment in the context of applied regression analysis. John Fox and Sanford Weisberg provide a step-by-step guide to using the free statistical software R, an emphasis on integrating statistical computing in R with the practice of data analysis, coverage of generalized linear models, and substantial web-based support materials. The Third Edition has been reorganized and includes a new chapter on mixed-effects models, new and updated data sets, and a de-emphasis on statistical programming, while retaining a general introduction to basic R programming. The authors have substantially updated both the car and effects packages for R for this edition, introducing additional capabilities and making the software more consistent and easier to use. They also advocate an everyday data-analysis workflow that encourages reproducible research. To this end, they provide coverage of RStudio, an interactive development environment for R that allows readers to organize and document their work in a simple and intuitive fashion, and then easily share their results with others. Also included is coverage of R Markdown, showing how to create documents that mix R commands with explanatory text. "An R Companion to Applied Regression continues to provide the most comprehensive and user-friendly guide to estimating, interpreting, and presenting results from regression models in R." –Christopher Hare, University of California, Davis
An R Companion to Applied Regression
by John Fox Sanford WeisbergAn R Companion to Applied Regression is a broad introduction to the R statistical computing environment in the context of applied regression analysis. John Fox and Sanford Weisberg provide a step-by-step guide to using the free statistical software R, an emphasis on integrating statistical computing in R with the practice of data analysis, coverage of generalized linear models, and substantial web-based support materials. The Third Edition has been reorganized and includes a new chapter on mixed-effects models, new and updated data sets, and a de-emphasis on statistical programming, while retaining a general introduction to basic R programming. The authors have substantially updated both the car and effects packages for R for this edition, introducing additional capabilities and making the software more consistent and easier to use. They also advocate an everyday data-analysis workflow that encourages reproducible research. To this end, they provide coverage of RStudio, an interactive development environment for R that allows readers to organize and document their work in a simple and intuitive fashion, and then easily share their results with others. Also included is coverage of R Markdown, showing how to create documents that mix R commands with explanatory text. "An R Companion to Applied Regression continues to provide the most comprehensive and user-friendly guide to estimating, interpreting, and presenting results from regression models in R." –Christopher Hare, University of California, Davis
An R Companion to Linear Statistical Models
by Christopher Hay-JahansThis work was prepared to serve as an R supplement for textbooks on Linear Statistical Models. It provides computational and coding details on the use of R that textbooks do not. Topics covered include simple and multiple linear regression models, models for one- and two-factor fixed-effects designs, covariance models, and models for randomized complete block designs. The text can serve as both a course supplement and a fairly detailed self-help resource. The development of grass-roots code alongside demonstrations of pre-packaged routines provides users with illustrations on how to develop their own programs with R.
R Cookbook: Proven Recipes for Data Analysis, Statistics, and Graphics (Cookbook Ser.)
by Jd Long Paul TeetorPerform data analysis with R quickly and efficiently with more than 275 practical recipes in this expanded second edition. The R language provides everything you need to do statistical work, but its structure can be difficult to master. These task-oriented recipes make you productive with R immediately. Solutions range from basic tasks to input and output, general statistics, graphics, and linear regression.Each recipe addresses a specific problem and includes a discussion that explains the solution and provides insight into how it works. If you’re a beginner, R Cookbook will help get you started. If you’re an intermediate user, this book will jog your memory and expand your horizons. You’ll get the job done faster and learn more about R in the process.Create vectors, handle variables, and perform basic functionsSimplify data input and outputTackle data structures such as matrices, lists, factors, and data framesWork with probability, probability distributions, and random variablesCalculate statistics and confidence intervals and perform statistical testsCreate a variety of graphic displaysBuild statistical models with linear regressions and analysis of variance (ANOVA)Explore advanced statistical techniques, such as finding clusters in your data
R Cookbook: Proven Recipes for Data Analysis, Statistics, and Graphics (Cookbook Ser.)
by Paul TeetorWith more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure can be difficult to master. This collection of concise, task-oriented recipes makes you productive with R immediately, with solutions ranging from basic tasks to input and output, general statistics, graphics, and linear regression. Each recipe addresses a specific problem, with a discussion that explains the solution and offers insight into how it works. If you're a beginner, R Cookbook will help get you started. If you're an experienced data programmer, it will jog your memory and expand your horizons. You'll get the job done faster and learn more about R in the process. Create vectors, handle variables, and perform other basic functions Input and output data Tackle data structures such as matrices, lists, factors, and data frames Work with probability, probability distributions, and random variables Calculate statistics and confidence intervals, and perform statistical tests Create a variety of graphic displays Build statistical models with linear regressions and analysis of variance (ANOVA) Explore advanced statistical techniques, such as finding clusters in your data "Wonderfully readable, R Cookbook serves not only as a solutions manual of sorts, but as a truly enjoyable way to explore the R language--one practical example at a time." --Jeffrey Ryan, software consultant and R package author
R Data Analysis without Programming
by David W. GerbingThis book prepares readers to analyze data and interpret statistical results using R more quickly than other texts. R is a challenging program to learn because code must be created to get started. To alleviate that challenge, Professor Gerbing developed lessR. LessR extensions remove the need to program. By introducing R through less R, readers learn how to organize data for analysis, read the data into R, and produce output without performing numerous functions and programming exercises first. With lessR, readers can select the necessary procedure and change the relevant variables without programming. The text reviews basic statistical procedures with the lessR enhancements added to the standard R environment. Through the use of lessR, R becomes immediately accessible to the novice user and easier to use for the experienced user. Highlights of the book include: Quick Starts that introduce readers to the concepts and commands reviewed in the chapters. Margin notes that highlight,define,illustrate,and cross-reference the key concepts.When readers encounter a term previously discussed, the margin notes identify the page number to the initial introduction. Scenarios that highlight the use of a specific analysis followed by the corresponding R/lessR input and an interpretation of the resulting output. Numerous examples of output from psychology, business, education, and other social sciences, that demonstrate how to interpret results. Two data sets provided on the website and analyzed multiple times in the book, provide continuity throughout. End of chapter worked problems help readers test their understanding of the concepts. A website at www.lessRstats.com that features the lessR program, the book’s data sets referenced in standard text and SPSS formats so readers can practice using R/lessR by working through the text examples and worked problems, PDF slides for each chapter, solutions to the book’s worked problems, links to R/lessR videos to help readers better understand the program, and more. An ideal supplement for graduate or advanced undergraduate courses in statistics, research methods, or any course in which R is used, taught in departments of psychology, business, education, and other social and health sciences, this book is also appreciated by researchers interested in using R for their data analysis. Prerequisites include basic statistical knowledge. Knowledge of R is not assumed.
R Data Analysis without Programming: Explanation and Interpretation
by David W. GerbingThe new edition of this innovative book, R Data Analysis without Programming, prepares the readers to quickly analyze data and interpret statistical results using R. Professor Gerbing has developed lessR, a ground-breaking method in alleviating the challenges of R programming. The lessR extends R, removing the need for programming. This edition expands upon the first edition’s introduction to R through lessR, which enables the readers to learn how to organize data for analysis, read the data into R, and generate output without performing numerous functions and programming exercises first. With lessR, readers can select the necessary procedure and change the relevant variables with simple function calls. The text reviews and explains basic statistical procedures with the lessR enhancements added to the standard R environment. Using lessR, data analysis with R becomes immediately accessible to the novice user and easier to use for the experienced user. Highlights along with content new to this edition include: Explanation and Interpretation of all data analysis techniques; much more than a computer manual, this book shows the reader how to explain and interpret the results. Introduces the concepts and commands reviewed in each chapter. Clear, relaxed writing style more effectively communicates the underlying concepts than more stilted academic writing. Extensive margin notes highlight, define, illustrate, and cross-reference the key concepts. When readers encounter a term previously discussed, the margin notes identify the page number for the initial introduction. Scenarios that highlight the use of a specific analysis followed by the corresponding R/lessR input, output, and an interpretation of the results. Numerous examples of output from psychology, business, education, and other social sciences, that demonstrate the analysis and how to interpret results. Two data sets are analyzed multiple times in the book, provide continuity throughout. Comprehensive: A wide range of data analysis techniques are presented throughout the book. Integration with machine learning as regression analysis is presented from both the traditional perspective and from the modern machine learning perspective. End of chapter problems help readers test their understanding of the concepts. A website at www.lessRstats.com that features the data sets referenced in both standard text and SPSS formats so readers can practice using R/lessR by working through the text examples and worked problems, R/lessR videos to help readers better understand the program, and more. This book is ideal for graduate and undergraduate courses in statistics beyond the introductory course, research methods, and/or any data analysis course, taught in departments of psychology, business, education, and other social and health sciences; this book is also appreciated by researchers doing data analysis. Prerequisites include basic statistical knowledge, though the concepts are explained from the beginning in the book. Previous knowledge of R is not assumed.
R. Edward Freeman’s Selected Works on Stakeholder Theory and Business Ethics (Issues in Business Ethics #53)
by Sergiy D. Dmytriyev R. Edward FreemanEd Freeman’s influential ideas on stakeholder theory, business ethics, humanities, and capitalism became foundational in the management field and turned around the mainstream thinking about business. Stakeholder theory developed by Freeman and others posits that business is not as much about profits, but rather about creating value for its stakeholders, including employees, customers, communities, financiers, and suppliers. The relationship between a company and its stakeholders is the essence of business and should be of utmost attention to its managers. Managers should avoid resorting to trade-offs by prioritizing one stakeholder group (e.g., shareholders) over the others and strive to run their companies in the interests of all stakeholders. The idea of pursuing the interests of all stakeholders became revolutionary in management and went far beyond the management field, expanding to Law, Health Care, Education, Public Policy and Administration, and Environmental Policy. This book is a collection of Ed Freeman’s most influential and important works on stakeholder theory as well as business ethics, humanities, and capitalism.
R for Basic Biostatistics in Medical Research
by Anand Srinivasan Archana Mishra Praveen Kumar-MThe scientific community at the global level is fast becoming aware of the rising use of open-source tools such as R and Python for data analysis. Unfortunately, in spite of the awareness, the conversion of the intrigue to the practical knowledge in utilization of the open-source tools for routine day-to-day data analysis is seriously lacking both among physicians and medical scientists. This book enables physician-scientists to understand the complexity of explaining a programming/ data-analytic language to a healthcare professional and medical scientist. It simplifies and explains how R can be used in medical projects and routine office works. It also talks about the methodologies to convert the knowledge to practice. The book starts with the introduction to the structure of R programming language in the initial chapters, followed with explanations of utilizing R in the basics of data analysis like data importing and exporting, operations on a data frame, parametric and non-parametric tests, regression, sample size calculation, survival analysis, receiver operator characteristic analysis (ROC) and techniques of randomization. Each chapter provides a brief introduction to the involved statistics, for example, dataset, working codes, and a section explaining the codes. In addition to it, a chapter has been dedicated to describing the ways to generate plots using R. This book primarily targets health care professionals and medical/life-science researchers in general.
R for Business Analytics
by A OhriR for Business Analytics looks at some of the most common tasks performed by business analysts and helps the user navigate the wealth of information in R and its 4000 packages. With this information the reader can select the packages that can help process the analytical tasks with minimum effort and maximum usefulness. The use of Graphical User Interfaces (GUI) is emphasized in this book to further cut down and bend the famous learning curve in learning R. This book is aimed to help you kick-start with analytics including chapters on data visualization, code examples on web analytics and social media analytics, clustering, regression models, text mining, data mining models and forecasting. The book tries to expose the reader to a breadth of business analytics topics without burying the user in needless depth. The included references and links allow the reader to pursue business analytics topics. This book is aimed at business analysts with basic programming skills for using R for Business Analytics. Note the scope of the book is neither statistical theory nor graduate level research for statistics, but rather it is for business analytics practitioners. Business analytics (BA) refers to the field of exploration and investigation of data generated by businesses. Business Intelligence (BI) is the seamless dissemination of information through the organization, which primarily involves business metrics both past and current for the use of decision support in businesses. Data Mining (DM) is the process of discovering new patterns from large data using algorithms and statistical methods. To differentiate between the three, BI is mostly current reports, BA is models to predict and strategize and DM matches patterns in big data. The R statistical software is the fastest growing analytics platform in the world, and is established in both academia and corporations for robustness, reliability and accuracy. The book utilizes Albert Einstein's famous remarks on making things as simple as possible, but no simpler. This book will blow the last remaining doubts in your mind about using R in your business environment. Even non-technical users will enjoy the easy-to-use examples. The interviews with creators and corporate users of R make the book very readable. The author firmly believes Isaac Asimov was a better writer in spreading science than any textbook or journal author.
R For College Mathematics and Statistics
by Thomas PfaffR for College Mathematics and Statistics encourages the use of R in mathematics and statistics courses. Instructors are no longer limited to ``nice'' functions in calculus classes. They can require reports and homework with graphs. They can do simulations and experiments. R can be useful for student projects, for creating graphics for teaching, as well as for scholarly work. This book presents ways R, which is freely available, can enhance the teaching of mathematics and statistics. <p><p> R has the potential to help students learn mathematics due to the need for precision, understanding of symbols and functions, and the logical nature of code. Moreover, the text provides students the opportunity for experimenting with concepts in any mathematics course.
R for Conservation and Development Projects: A Primer for Practitioners (Chapman & Hall/CRC The R Series)
by Nathan WhitmoreThis book is aimed at conservation and development practitioners who need to learn and use R in a part-time professional context. It gives people with a non-technical background a set of skills to graph, map, and model in R. It also provides background on data integration in project management and covers fundamental statistical concepts. The book aims to demystify R and give practitioners the confidence to use it. Key Features:• Viewing data science as part of a greater knowledge and decision making system • Foundation sections on inference, evidence, and data integration • Plain English explanations of R functions • Relatable examples which are typical of activities undertaken by conservation and development organisations in the developing world • Worked examples showing how data analysis can be incorporated into project reports
R for Data Science: Import, Tidy, Transform, Visualize, and Model Data
by Garrett Grolemund Hadley WickhamLearn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible.Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You’ll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you’ve learned along the way.You’ll learn how to:Wrangle—transform your datasets into a form convenient for analysisProgram—learn powerful R tools for solving data problems with greater clarity and easeExplore—examine your data, generate hypotheses, and quickly test themModel—provide a low-dimensional summary that captures true "signals" in your datasetCommunicate—learn R Markdown for integrating prose, code, and results
R for Data Science: Import, Tidy, Transform, Visualize, and Model Data
by Hadley Wickham Mine Çetinkaya-Rundel Garrett GrolemundUse R to turn data into insight, knowledge, and understanding. With this practical book, aspiring data scientists will learn how to do data science with R and RStudio, along with the tidyverse—a collection of R packages designed to work together to make data science fast, fluent, and fun. Even if you have no programming experience, this updated edition will have you doing data science quickly.You'll learn how to import, transform, and visualize your data and communicate the results. And you'll get a complete, big-picture understanding of the data science cycle and the basic tools you need to manage the details. Updated for the latest tidyverse features and best practices, new chapters show you how to get data from spreadsheets, databases, and websites. Exercises help you practice what you've learned along the way.You'll understand how to:Visualize: Create plots for data exploration and communication of resultsTransform: Discover variable types and the tools to work with themImport: Get data into R and in a form convenient for analysisProgram: Learn R tools for solving data problems with greater clarity and easeCommunicate: Integrate prose, code, and results with Quarto
R for Health Data Science
by Ewen Harrison Riinu PiusIn this age of information, the manipulation, analysis, and interpretation of data have become a fundamental part of professional life; nowhere more so than in the delivery of healthcare. From the understanding of disease and the development of new treatments, to the diagnosis and management of individual patients, the use of data and technology is now an integral part of the business of healthcare. Those working in healthcare interact daily with data, often without realising it. The conversion of this avalanche of information to useful knowledge is essential for high-quality patient care. R for Health Data Science includes everything a healthcare professional needs to go from R novice to R guru. By the end of this book, you will be taking a sophisticated approach to health data science with beautiful visualisations, elegant tables, and nuanced analyses. Features Provides an introduction to the fundamentals of R for healthcare professionals Highlights the most popular statistical approaches to health data science Written to be as accessible as possible with minimal mathematics Emphasises the importance of truly understanding the underlying data through the use of plots Includes numerous examples that can be adapted for your own data Helps you create publishable documents and collaborate across teams With this book, you are in safe hands – Prof. Harrison is a clinician and Dr. Pius is a data scientist, bringing 25 years’ combined experience of using R at the coal face. This content has been taught to hundreds of individuals from a variety of backgrounds, from rank beginners to experts moving to R from other platforms.
R For Marketing Research and Analytics (Use R!)
by Chris Chapman Elea McDonnell FeitThe 2nd edition of R for Marketing Research and Analytics continues to be the best place to learn R for marketing research. This book is a complete introduction to the power of R for marketing research practitioners. The text describes statistical models from a conceptual point of view with a minimal amount of mathematics, presuming only an introductory knowledge of statistics. Hands-on chapters accelerate the learning curve by asking readers to interact with R from the beginning. Core topics include the R language, basic statistics, linear modeling, and data visualization, which is presented throughout as an integral part of analysis.Later chapters cover more advanced topics yet are intended to be approachable for all analysts. These sections examine logistic regression, customer segmentation, hierarchical linear modeling, market basket analysis, structural equation modeling, and conjoint analysis in R. The text uniquely presents Bayesian models with a minimally complex approach, demonstrating and explaining Bayesian methods alongside traditional analyses for analysis of variance, linear models, and metric and choice-based conjoint analysis. With its emphasis on data visualization, model assessment, and development of statistical intuition, this book provides guidance for any analyst looking to develop or improve skills in R for marketing applications.The 2nd edition increases the book’s utility for students and instructors with the inclusion of exercises and classroom slides. At the same time, it retains all of the features that make it a vital resource for practitioners: non-mathematical exposition, examples modeled on real world marketing problems, intuitive guidance on research methods, and immediately applicable code.
R for Political Science Research: An Introduction for Absolute Beginners (Texts in Quantitative Political Analysis)
by Jane L. SumnerThis text teaches basic R skills to political science students with no programming background. Intended specifically for the students who need to learn R for a class and who have no interest in R or may even be afraid of or hostile to it, this text builds an awareness of basics, confidence, and a skill set necessary to transition into more advanced texts. To that end, in addition to standard topics, this book includes three chapters specific to the new or reluctant learner. The Introduction explicitly sets expectations for how to use the book and discusses fixed and growth mentalities, and why a growth mentality is crucial for learning R. Chapter 1 includes some basic information on programming, R, and their place in political science research. Chapter 2 explicitly discusses errors, warnings, and methods of debugging. Further chapters build on this by including new errors or warnings that students may encounter as they progress. In service of the aim to give students a solid foundation in R and awareness of what it is and can do, this book teaches and uses both tidyverse and base R frameworks throughout. After completing the book, students should be prepared to learn more advanced materials.
R for Programmers: Quantitative Investment Applications
by Dan ZhangAfter the fundamental volume and the advanced technique volume, this volume focuses on R applications in the quantitative investment area. Quantitative investment has been hot for some years, and there are more and more startups working on it, combined with many other internet communities and business models. R is widely used in this area, and can be a very powerful tool. The author introduces R applications with cases from his own startup, covering topics like portfolio optimization and risk management.
R for Programmers: Advanced Techniques
by Dan ZhangThis book discusses advanced topics such as R core programing, object oriented R programing, parallel computing with R, and spatial data types. The author leads readers to merge mature and effective methdologies in traditional programing to R programing. It shows how to interface R with C, Java, and other popular programing laguages and platforms.
R for Programmers: Mastering the Tools
by Dan ZhangUnlike other books about R, written from the perspective of statistics, this book is written from the perspective of programmers, providing a channel for programmers with expertise in other programming languages to quickly understand R. The contents are divided into four parts: the basics of R, the server of R, databases and big data, and the appendices, which introduce the installation of Java, various databases, and Hadoop. Because this is a reference book, there is no special sequence for reading all the chapters. Anyone new to the subject who wishes to master R comprehensively can simply follow the chapters in sequence.
R for Quantitative Chemistry
by David K. GosserR for Quantitative Chemistry is an exploration of how the R language can be applied to a wide variety of problems in what is typically termed "Quantitative Chemistry" or sometimes "Analytical Chemistry". Topics include: basic statistics, spectroscopic data, acid base equilibria and titrations, binding curves (of great current interest for biomedical applications), Fourier Transforms, and chemical kinetics and enzyme kinetics. An innovative feature is the discussion (as an alternative to the less stable nls packages) of the simplex adaptation subplex (R package) coupled with Monte Carlo analysis to determine confidence intervals for estimated parameters resulting from least squares optimization. Chemists who are interested in learning R as a research tool as well as Chemists who are teaching Quantitative Chemistry, as well as their students will be interested. This book is useful as most R books approach data analysis from an economic, social, medical, or biological context. Analysis of chemical data draws upon specific numerical models and a different set R programming and packages than is typically discussed in other disciplines. This book will be based upon, in large part, actual experimental data and will include end of chapter questions and projects. Readers are encouraged to email the author at gosserch@gmail.com and to follow the accompanying blog on Medium "R Programming for Quantitative Chemistry". Key Features: Elements of R programming for Chemists Literature Based Examples Includes Binding Assay Analysis Integrates theory, experiment, and R programming
R for SAS and SPSS Users
by Robert A. MuenchenThis book introduces R using SAS and SPSS terms. It demonstrates which of the add-on packages are most like SAS and SPSS and compares them to R's built-in functions. It compares and contrasts the differing approaches of all three packages.
R for Stata Users
by Robert A. Muenchen Joseph M. HilbeStata is the most flexible and extensible data analysis package available from a commercial vendor. R is a similarly flexible free and open source package for data analysis, with over 3,000 add-on packages available. This book shows you how to extend the power of Stata through the use of R. It introduces R using Stata terminology with which you are already familiar. It steps through more than 30 programs written in both languages, comparing and contrasting the two packages' different approaches. When finished, you will be able to use R in conjunction with Stata, or separately, to import data, manage and transform it, create publication quality graphics, and perform basic statistical analyses. A glossary defines over 50 R terms using Stata jargon and again using more formal R terminology. The table of contents and index allow you to find equivalent R functions by looking up Stata commands and vice versa. The example programs and practice datasets for both R and Stata are available for download.