July 2020

The History of R (updated for 2020)

July 27, 2020 | David Smith

As an update to this post, here's a list of the major events in R history since its creation: 1992: R development begins as a research project in Auckland, NZ by Robert Gentleman and Ross Ihaka 1993: First binary versions of R published at Statlib 1995: R first distributed as open-source software, under ... [Read more...]

Efron Updates breiman’s “two cultures” essay

July 27, 2020 | matloff

The June 2020 issue of JASA features a highly insightful essay by Brad Efron, dean of the world’s statisticians. The article is accompanied by commentary by a number of statistical luminaries. Important, indeed central questions are raised. I would hope JASA runs more pieces of this nature. The essay may ... [Read more...]

Efron Updates breiman’s “two cultures” essay

July 27, 2020 | matloff

The June 2020 issue of JASA features a highly insightful essay by Brad Efron, dean of the world’s statisticians. The article is accompanied by commentary by a number of statistical luminaries. Important, indeed central questions are raised. I would hope JASA runs more pieces of this nature. The essay may ... [Read more...]

margins-of-victory, voting behavior & re-election

July 26, 2020 | Jason Timm

Breifly VoteView & DW-NOMINATE Longest-serving members of the US House Longest-serving members & political ideology Longest-serving members & election margins Margins & ideology: the example of Frank Pallone, Jr. (NJ-06) A re-election model – logistic regression Thoughts Breifly In this post, we take a couple of different historical perspectives on the US House of Representatives, ...
[Read more...]

June 2020: “Top 40” New CRAN Packages

July 26, 2020 | R Views

Two hundred ninety new packages made it to CRAN in June. Here are my “Top 40” picks in ten categories: Computational Methods, Data, Genomes, Machine Learning, Medicine, Science, Statistics, Time Series, Utilization, and Visualization. Computational Methods Rfractran v1.0 Implements the esoteric, Turing complete FRACTRAN programming language invented by John Horton Conway. ...
[Read more...]

High School Swimming State-Off Tournament California (1) vs. Georgia (8)

July 26, 2020 | Swimming + Data Science

library(SwimmeR)
library(dplyr)
library(stringr)
library(purrr)
library(gt)
This week in the Swimming + Data Science High School Swimming State-Off Tournament we have the 1-8 match-up, my former home of California (1) vs. the Peach Tree State, Georgia (8)! California normally holds its state championships in May, so the 2020 meet was of course canceled for COVID-19. In my capacity as ...
[Read more...]

MCqMC 2020 live and free and online

July 26, 2020 | xi'an

The MCqMC 20202 conference that was supposed to take place in Oxford next 9-14 August has been turned into an on-line free conference since travelling remains a challenge for most of us. Tutorials and plenaries will be live with questions  on Zoom, with live-streaming and recorded copies on YouTube. They will ...
[Read more...]

Running GitHub Actions Sequentially

July 26, 2020 | Steven M. Mortimer

TL;DR: If you need sequential execution in GitHub Actions consider these solutions: Sequential steps: Steps within a job are always executed sequentially! Sequential jobs: Set max-parallel: 1 within the jobs.strategy element of the workflow. Sequential workflows: Use a repository_dispatch API call at the end of the workflow to ...
[Read more...]

R can help decide the opening of pandemic-ravaged economies

July 26, 2020 | Hrihikesh Vinod

Epidemiological models do not provide death forecasts.  Statistical models using inverse Mills ratio, generalized linear models (GLM) with Poisson link for death count data plus autoregressive distributed lag (ARDL) models can provide improved death forecasts for individual states. See details at http://ssrn.com/abstract=3637682  and http://ssrn.com/abstract=3649680 ... [Read more...]

A beginner’s guide to Shiny modules

July 25, 2020 | rstats | Emily Riederer

Recently, I argued the case on Twitter that Shiny modules are not an advanced topic and can actually be a great way for novice Shiny developers to start building more complex applications. My Shiny hot take is that modules are **not** an advanced topic. IMHO it's so much easier and ...
[Read more...]

Moving House

July 25, 2020 | R | Quantum Jitter

After reading up on Blogdown, I decided to take the plunge and move my Wordpress blog thinkr to Hugo Academic + Netlify as Quantum Jitter. Motivation My existing site looks (soon-to-be looked) pretty good. But it’s expensive to maintain. I was sp... [Read more...]

Favourite Things

July 25, 2020 | R | Quantum Jitter

theme_set(theme_bw())

cols <- wes_palette(name = "IsleofDogs1")
Each project closes with a table summarising the R tools used. By visualising my most frequently used packages and functions I get a sense of where I may most benefit from going deeper and keeping abreast of the latest breaking changes. I may also spot superseded functions e.g. ...
[Read more...]

Spotify Cross-Playlist Predictions, Part 2

July 25, 2020 | R on Data & The World

This is a follow up to the previous post, where the mechanics of making cross-playlist predictions were covered. This post covers the second half of the project: now that we have the analysis method and the important functions worked out in practice, we need to code this functionality into a ...
[Read more...]
1 2 3 4 5 14

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)