June 2019

My Free Online Tutorial on R

June 23, 2019 | matloff

I’m continuing to add more lessons to my free online R tutorial, 17 of them so far, adding more from time to time. Aimed specifically at nonprogrammers, though those with C or Python background should find it helpful too. Comments and suggestions welcome! Advertisements [Read more...]

Earned Doctorates

June 23, 2019 | R on kieranhealy.org

PhDs awarded in selected disciplines, 2006-2016. Thierry Rossier asked me for the code to produce plots like the one above. The data come from the Survey of Earned Doctorates, a very useful resource for tracking trends in PhDs awarded in the United States. The plot is made with geom_line() ... [Read more...]

Mapping Anthony Bourdain’s Travels

June 22, 2019 | JOURNEYOFANALYTICS

Anthony Bourdain was an amazing personality – chef, author, world traveler, TV showhost. I loved his shows as much for the exotic locations as for the yummilicious local cuisine. So I was delighted to find a dataset that included all travel location data, from all episodes of his 3 hit TV shows. ...
[Read more...]

Stacked Waterfall Graphs in R

June 21, 2019 | exploRations in R

Intro In an earlier post I provided a template for creating a basic waterfall graph. Here I introduce a slightly more complex version with stacked bars over a time series. I use dplyr, ggplot2 and lubridate libraries. Stacked Waterfall Graphs This is a version of a waterfall graph I have ...
[Read more...]

tidyverse

June 21, 2019 | densurekalkun

The tidyverse collection of packages is a suite of packages that simplifies a huge number of the commonest tasks I do in R. It’s become indispensable for me, and I’ll make heavy use of it. I draw your attention to dplyr, one of the tidyverse packages. It provides ... [Read more...]

magrittr

June 21, 2019 | densurekalkun

The magrittr package is a great resource for making R more readable… and more writable. Here’s an example of hard-to-read code print(head(rev(toupper(letters)))) If you came across that in someone else’s code, you might gag. And rightly so. It takes a few moments to work ... [Read more...]

hello woRld

June 21, 2019 | densurekalkun

This blog is about the intersect between my two big passions: Geocaching and R programming. Geocaching is an international treasure hunt, where you seek containers hidden by other cachers, using your phone or a GPS receiver. R is a programming language which is commonly used in statistics-heavy academic and professional ... [Read more...]

More On Slopegraphs

June 20, 2019 | Posts on R Lover ! a programmer

About a week ago Bob Rudis created a nice blog post that I saw on my R Bloggers feed that simultaneously: Threw a bit of “shade” on the ToS for Axios (well done Bob) Showed how to use EtherCalc as a data entry tool And, most importantly to me, showed ...
[Read more...]
1 3 4 5 6 7 13

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)