April 2020

pins 0.4: Versioning

April 12, 2020 | Javier Luraschi

A new release of pins is available on CRAN today. This release adds support to time travel across dataset versions, which improves collaboration and protects your code from breaking when remote resources change unexpectedly. [Read more...]

Build a static website with R Shiny

April 12, 2020 | R & Census

Sounds stupid? Yes, it’s kind of throwing away 99% of Shiny’s power; and you can always build a static website with R markdown, blogdown, or bookdown. Anyway, please keep reading as it will save you time if you are an R users who want to make a portfolio website ... [Read more...]

Cricket Moneyball, pt 2

April 12, 2020 | Part Time Analyst

Hello readers, today we have part 2 of this cricket moneyball series. If you missed the first one its here: https://wordpress.com/view/theparttimeanalyst.com In it I looked at calculating the Pythagorean win percentage for each team in the IPL and then moving that forward to calculating the how ...
[Read more...]

Learning gganimate with the LastFM API

April 12, 2020 | statnamara

I’m one of the few people that actually still has – and uses – a Last.fm account. I say still, I’m one of the few who ever had one. I’ve been playing around with some APIs for the first time lately and thought I’d check out the ...
[Read more...]

Android Smartphone Analysis in R [Code + Video]

April 12, 2020 | AbdulMajedRaja RS

In this post, We’ll learn how to take analyse your Android Smartphone usage data. Steps: Download your MyActivity Data from Google Takeout - https://takeout.google.com/ (after Selecting json format - instead of the default html format) When the download is available, save the zip file and unzip ...
[Read more...]

How to basic: bar plots

April 11, 2020 | Econometrics and Free Software

This blog post shows how to make bar plots and area charts. It’s mostly a list of recipes, indented for myself. These are plots I have often to do in reports and would like to have the code handy somewhere. Maybe this will be helpful to some of you ...
[Read more...]

COVID-19 New York Times plots

April 11, 2020 | Pete Talbert

The New York Times has produced some really great maps and plots in its efforts to track the coronavirus in the U.S. One plot in particular that caught my attention is the histogram (actually more like a bar plot) of new cases with a 7-day average l...
[Read more...]

An (Animated) Example of Bayesian Updating

April 11, 2020 | R on Data & The World

Bayesian statistics is centered on constructing certain assumptions about how the probability of an event is distributed, and then adjusting that belief as new information comes in. It can be more involved to construct a Bayesian model as opposed to the “look at many things in aggregate” approach used in ...
[Read more...]

How to basic: bar plots

April 11, 2020 | Econometrics and Free Software

This blog post shows how to make bar plots and area charts. It’s mostly a list of recipes, indented for myself. These are plots I have often to do in reports and would like to have the code handy somewhere. Maybe this will be helpful to some of you ... [Read more...]

New Package — {cdccovidview} — To Work with the U.S. CDC’s New COVID-19 Trackers: COVIDView and COVID-NET

April 11, 2020 | hrbrmstr

The United States Centers for Disease Control (CDC from now on) has setup two new public surveillance resources for COVID-19. Together, COVIDView and COVID-NET provide similar weekly surveillance data as FluView does for influenza-like illnesses (ILI). The COVIDView resources are HTML tables (O_O) and, while the COVID-NET interface provides ...
[Read more...]

Live data extraction with Cron and R

April 11, 2020 | Tim M. Schendzielorz

Learn how to schedule robust data extraction with Cron and Docker containers. The schema of the public live data set on Google Big Query we are going to extractThis article was also published on https://www.r-bloggers.com/. This is part two of a multi article series on building and ...
[Read more...]

J is for Join

April 11, 2020 | Unknown

Today, we'll start digging into the wonderful world of joins! The tidyverse offers several different types of joins between two datasets, X and Y: left_join - keeps all rows from X and adds columns from Y to any that match cases in X; if there is no matching record ...
[Read more...]
1 10 11 12 13 14 17

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)