April 2020

G is for group_by

April 8, 2020 | Unknown

For the letter G, I'd like to introduce a very useful function: group_by. This function lets you group data by one or more variables. By itself, it may not seem very useful, but it's great when you start manipulating and summarizing data. That's becaus...
[Read more...]

Scraping Gdpr Fines

April 7, 2020 | Roel M. Hogervorst

The website Privacy Affairs keeps a list of fines related to GDPR. I heard * that this might be an interesting dataset for TidyTuesdays. The dataset contains at this moment 250 fines given out for GDPR violations and is last updated (according to the website) on 31 March 2020. All data is from official ...
[Read more...]

capitals: Knowledge Quiz Question about Capitals around the World

April 7, 2020 | R/exams

Exercise template for a multiple-choice knowledge quiz question with flexible shuffling of the alternatives. Name: capitals Type: mchoice Related: swisscapital Description: Knowledge quiz question about capitals (vs. large cities) in countries around the world with 5 correct and 6 false alternatives which are shuffled randomly in each version of the exercise. Due ... [Read more...]

Predictive Maintenance: Zero to Deployment in Manufacturing

April 7, 2020 | Nagdev

Predictive maintenance has been seen as a holy grail for cost cutting manufacturing. There are various steps involved in just feasibility study such as problem identification, sensor installation, signal processing, feature extraction and analysis, and finally modeling. Once a reliable and robust model is developed, the model has to be ...
[Read more...]

F is for filter

April 7, 2020 | Unknown

For the letter F - filters! Filters are incredibly useful, especially when combined with the main pipe %__%. I frequently use filters along with ggplot functions, to chart a specific subgroup or remove missing cases or outliers. As one example, I could use a filter to chart only fiction books from ...
[Read more...]

Curated Regular Expression Resources

April 7, 2020 | Paul van der Laken

Regular expression (also abbreviated to regex) really is a powertool any programmer should know. It was and is one of the things I most liked learning, as it provides you with immediate, godlike powers that can speed up your (data science) workflow tenfold. I’ve covered many regex related topics ...
[Read more...]

AI for Good: Fighting COVID-19 with Data Science

April 7, 2020 | Tadeusz Bara-Slupski

This is the first of two blog posts about our recent participation in the Pandemic Response Hackathon. Our project (CoronaRank) was one of only 5 projects out of 230 submissions chosen to present at the closing ceremony. For the technical details of our CoronaRank solution (Markov Chains, R, Shiny, and how to ...
[Read more...]

Some Select COVID-19 Modeling Resources

April 6, 2020 | R Views

There is an incredible amount of COVID-19 related material available online. While many dashboards, data sets, shiny apps and models represent significant contributions towards fighting the pandemic, we seem to have reached a point where we should be thinking about standards of quality, and should be exploring avenues for cooperation ...
[Read more...]

XLConnect 1.0.1

April 6, 2020 | Mirai Solutions

XLConnect 1.0.1 now available from CRAN and from our GitHub repository. We are pleased to announce the release of XLConnect 1.0.1. This release is mainly a maintenance release and comes with the following changes: Upgrade to Apache POI 4.1 ... [Read more...]

Online Learning and Pedagogy at DataCamp

April 6, 2020 | DataCamp Team

This article was written by Richie Cotton, with contributions from Ramnath Vaidyanathan, Dieter De Mesmaeker, and Martijn Theuwissen. Online education is an exciting field right now because there is constant innovation. Every company in this space, including DataCamp, is still trying to figure out the best way to help people ...
[Read more...]

E is for Exposition Pipe

April 6, 2020 | Unknown

For the letter E, I want to talk about a set of operators provided by tidyverse (specifically the magrittr package) that makes for much prettier, easier-to-read code: pipes. The main pipe %__% pushes the object to the left of it forward into function...
[Read more...]
1 12 13 14 15 16 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)