R for the Rest of Us


Book Description

Learn how to use R for everything from workload automation and creating online reports, to interpreting data, map making, and more. Written by the founder of a very popular online training platform for the R programming language! The R programming language is a remarkably powerful tool for data analysis and visualization, but its steep learning curve can be intimidating for some. If you just want to automate repetitive tasks or visualize your data, without the need for complex math, R for the Rest of Us is for you. Inside you’ll find a crash course in R, a quick tour of the RStudio programming environment, and a collection of real-word applications that you can put to use right away. You’ll learn how to create informative visualizations, streamline report generation, and develop interactive websites—whether you’re a seasoned R user or have never written a line of R code. You’ll also learn how to: • Manipulate, clean, and parse your data with tidyverse packages like dplyr and tidyr to make data science operations more user-friendly • Create stunning and customized plots, graphs, and charts with ggplot2 to effectively communicate your data insights • Import geospatial data and write code to produce visually appealing maps automatically • Generate dynamic reports, presentations, and interactive websites with R Markdown and Quarto that seamlessly integrate code, text, and graphics • Develop custom functions and packages tailored to your specific needs, allowing you to extend R’s functionality and automate complex tasks Unlock a treasure trove of techniques to transform the way you work. With R for the Rest of Us, you’ll discover the power of R to get stuff done. No advanced statistics degree required.




The Book of R


Book Description

The Book of R is a comprehensive, beginner-friendly guide to R, the world’s most popular programming language for statistical analysis. Even if you have no programming experience and little more than a grounding in the basics of mathematics, you’ll find everything you need to begin using R effectively for statistical analysis. You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data and performing statistical tests and modeling. You’ll even learn how to create impressive data visualizations with R’s basic graphics tools and contributed packages, like ggplot2 and ggvis, as well as interactive 3D visualizations using the rgl package. Dozens of hands-on exercises (with downloadable solutions) take you from theory to practice, as you learn: –The fundamentals of programming in R, including how to write data frames, create functions, and use variables, statements, and loops –Statistical concepts like exploratory data analysis, probabilities, hypothesis tests, and regression modeling, and how to execute them in R –How to access R’s thousands of functions, libraries, and data sets –How to draw valid and useful conclusions from your data –How to create publication-quality graphics of your results Combining detailed explanations with real-world examples and exercises, this book will provide you with a solid understanding of both statistics and the depth of R’s functionality. Make The Book of R your doorway into the growing world of data analysis.




R for Excel Users


Book Description

R has a steep learning curve and, if taken in all at once, it can be overwhelming. But we can tame this curve by putting aside visualizations and analysis, and focusing on working with data. This book is all about data manipulation: importing, creating, modifying, filtering, summarizing and reshaping data sets. You will also go deep on the building blocks of R: vectors and functions. The language is simplified and technical lingo is kept to a minimum. You will see analogies to Excel where applicable, to ease your understanding of concepts. Supplemental articles and videos can be found at rforexcelusers.com




R for Everyone


Book Description

Statistical Computation for Programmers, Scientists, Quants, Excel Users, and Other Professionals Using the open source R language, you can build powerful statistical models to answer many of your most challenging questions. R has traditionally been difficult for non-statisticians to learn, and most R books assume far too much knowledge to be of help. R for Everyone, Second Edition, is the solution. Drawing on his unsurpassed experience teaching new users, professional data scientist Jared P. Lander has written the perfect tutorial for anyone new to statistical programming and modeling. Organized to make learning easy and intuitive, this guide focuses on the 20 percent of R functionality you’ll need to accomplish 80 percent of modern data tasks. Lander’s self-contained chapters start with the absolute basics, offering extensive hands-on practice and sample code. You’ll download and install R; navigate and use the R environment; master basic program control, data import, manipulation, and visualization; and walk through several essential tests. Then, building on this foundation, you’ll construct several complete models, both linear and nonlinear, and use some data mining techniques. After all this you’ll make your code reproducible with LaTeX, RMarkdown, and Shiny. By the time you’re done, you won’t just know how to write R programs, you’ll be ready to tackle the statistical problems you care about most. Coverage includes Explore R, RStudio, and R packages Use R for math: variable types, vectors, calling functions, and more Exploit data structures, including data.frames, matrices, and lists Read many different types of data Create attractive, intuitive statistical graphics Write user-defined functions Control program flow with if, ifelse, and complex checks Improve program efficiency with group manipulations Combine and reshape multiple datasets Manipulate strings using R’s facilities and regular expressions Create normal, binomial, and Poisson probability distributions Build linear, generalized linear, and nonlinear models Program basic statistics: mean, standard deviation, and t-tests Train machine learning models Assess the quality of models and variable selection Prevent overfitting and perform variable selection, using the Elastic Net and Bayesian methods Analyze univariate and multivariate time series data Group data via K-means and hierarchical clustering Prepare reports, slideshows, and web pages with knitr Display interactive data with RMarkdown and htmlwidgets Implement dashboards with Shiny Build reusable R packages with devtools and Rcpp Register your product at informit.com/register for convenient access to downloads, updates, and corrections as they become available.




The Art of R Programming


Book Description

R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly. The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro. Along the way, you'll learn about functional and object-oriented programming, running mathematical simulations, and rearranging complex data into simpler, more useful formats. You'll also learn to: –Create artful graphs to visualize complex data sets and functions –Write more efficient code using parallel R and vectorization –Interface R with C/C++ and Python for increased speed or functionality –Find new R packages for text analysis, image manipulation, and more –Squash annoying bugs with advanced debugging techniques Whether you're designing aircraft, forecasting the weather, or you just need to tame your data, The Art of R Programming is your guide to harnessing the power of statistical computing.




Festivus! the Book


Book Description

A humorous guide to the wackiest holiday introduced to modern society. Festivus! The Book is an up-to-date complete reference for anyone who celebrates Festivus or plans to join the fun. Learn all about the traditions of a Seinfeld-based Festivus and witness the nuances of the original Festivus, as celebrated by the O'Keefe family. See first-hand how Festivus is celebrated by others and receive plenty of advice and tips to aid in your own Festivus party plans. What foods should be prepared? Is meatloaf preferred? Should you organize a wrestling match with your father? Are you too feeble for wrestling? What about arm wrestling or even thumb wrestling? How should you Air your Grievances? Maybe this is an opportunity to complain about Grandma's clicking dentures... You'll find great answers to all these questions, and more. "This book completes Festivus' transformation from borderline child endangerment to beloved pop-cultural footnote of the late 1990s." ~ Seinfeld Writer Dan O'Keefe




R Markdown


Book Description

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




My Year of Rest and Relaxation


Book Description

Named a Best Book of the Year by The Washington Post, Time, NPR, Amazon,Vice, Bustle, The New York Times, The Guardian, Kirkus Reviews, Entertainment Weekly, The AV Club, & Audible A New York Times Bestseller “One of the most compelling protagonists modern fiction has offered in years: a loopy, quietly furious pillhead whose Ambien ramblings and Xanaxed b*tcheries somehow wend their way through sad and funny and strange toward something genuinely profound.” — Entertainment Weekly “Darkly hilarious . . . [Moshfegh’s] the kind of provocateur who makes you laugh out loud while drawing blood.” —Vogue From one of our boldest, most celebrated new literary voices, a novel about a young woman's efforts to duck the ills of the world by embarking on an extended hibernation with the help of one of the worst psychiatrists in the annals of literature and the battery of medicines she prescribes. Our narrator should be happy, shouldn't she? She's young, thin, pretty, a recent Columbia graduate, works an easy job at a hip art gallery, lives in an apartment on the Upper East Side of Manhattan paid for, like the rest of her needs, by her inheritance. But there is a dark and vacuous hole in her heart, and it isn't just the loss of her parents, or the way her Wall Street boyfriend treats her, or her sadomasochistic relationship with her best friend, Reva. It's the year 2000 in a city aglitter with wealth and possibility; what could be so terribly wrong? My Year of Rest and Relaxation is a powerful answer to that question. Through the story of a year spent under the influence of a truly mad combination of drugs designed to heal our heroine from her alienation from this world, Moshfegh shows us how reasonable, even necessary, alienation can be. Both tender and blackly funny, merciless and compassionate, it is a showcase for the gifts of one of our major writers working at the height of her powers.




Organizing for the Rest of Us


Book Description

So you want to keep your kitchen counter clean but you aren't ready to toss the toaster? You want to be able to find your kids' socks but aren't looking to spend your 401(k) on clear bins? You long for a little more peace but minimalism isn't sparking joy? Discover 100 practical, do-able tips to organize, declutter and manage your home. Traditional organizing advice never worked for decluttering expert and self-proclaimed recovering slob Dana K. White. Is it possible, she wondered, to get organized without color coding my sock drawer? As Dana let go of the need for perfection, she discovered the joy of having an organized house in the midst of everyday life. You can too! In Organizing for the Rest of Us, Dana teaches you how to make great strides without losing your mind in organizing every room of your home. You'll find her 100 easy-to-read organizing tips invaluable, including: Why you need to get a grip on laundry and dishes before getting organized The basics of organization for people who don't like to organize Why changing how we think about clutter is the first step to getting rid of it How living with less stuff is better for the environment, our spiritual lives, and our relationships The simple yet life-changing tactic that is the container concept Organizing for the Rest of Us includes colorful, practical photos, a presentation page, and a ribbon marker, making it a thoughtful and useful gift or self-purchase if you are: Doing spring cleaning (or cleaning during any season) Making New Year's resolutions Downsizing your own home or your parents' home Decluttering and organizing for your own peace of mind Fans of Dana's popular podcast, A Slob Comes Clean, will treasure this book as a timeless (and frequently revisited) resource. With her humorous, lighthearted, easy-to-follow approach, Dana provides bite-size, workable solutions to break through every organizational struggle you have--for good! Look for additional, practical organizational resources from Dana: Decluttering at the Speed of Life How to Manage Your Home Without Losing Your Mind




American Resistance


Book Description

Since Donald Trump’s first day in office, a large and energetic grassroots “Resistance” has taken to the streets to protest his administration’s plans for the United States. Millions marched in pussy hats on the day after the inauguration; outraged citizens flocked to airports to declare that America must be open to immigrants; masses of demonstrators circled the White House to demand action on climate change; and that was only the beginning. Who are the millions of people marching against the Trump administration, how are they connected to the Blue Wave that washed over the U.S. Congress in 2018—and what does it all mean for the future of American democracy? American Resistance traces activists from the streets back to the communities and congressional districts around the country where they live, work, and vote. Using innovative survey data and interviews with key players, Dana R. Fisher analyzes how Resistance groups have channeled outrage into activism, using distributed organizing to make activism possible by anyone from anywhere, whenever and wherever it is needed most. Beginning with the first Women’s March and following the movement through the 2018 midterms, Fisher demonstrates how the energy and enthusiasm of the Resistance paid off in a wave of Democratic victories. She reveals how the Left rebounded from the devastating 2016 election, the lessons for turning grassroots passion into electoral gains, and what comes next. American Resistance explains the organizing that is revitalizing democracy to counter Trump’s presidency.