August 2017

R: Reduce() Part 2 – some pitfalls using Reduce

August 16, 2017 | mild

By Matthias Templ (ZHAW), Thoralf Mildenberger (ZHAW) By way of example, functionality of Reduce() is shown in in https://blog.zhaw.ch/datascience/r-reduce-applys-lesser-known-brother/ . It’s great to learn about how to use this function on interesting problems. If you are ready (equals if you … Continue reading → [Read more...]

Visualizations with R and Databases

August 15, 2017 | R Views

The Challenge Visualizations are one of R’s strengths. There are many functions and packages that create complex plots, often with one simple command. These plotting functions do two things: first, they take the raw data and run the calculations needed for a given visualization, and second, they draw the ...
[Read more...]

Buzzfeed trains an AI to find spy planes

August 15, 2017 | David Smith

Last year, Buzzfeed broke the story that US law enforcement agencies were using small aircraft to observe points of interest in US cities, thanks to analysis of public flight-records data. With the data journalism team no doubt realizing that the Flightradar24 data set hosted many more stories of public interest, ... [Read more...]

Top US Cities with Highest Rent

August 15, 2017 | anu - Journey of Analytics Team

In this post, we will use the Zillow rent dataset to perform  exploratory and inferential statistics. Our main goal is to identify the most expensive real estate cities in US.   Input Files: The Kaggle dataset contains two files with rental prices for 13000+ cities across the time frame Nov 2010 – Jan 2017. One […]
[Read more...]

#9: Compacting your Shared Libraries

August 14, 2017 | Thinking inside the box

Welcome to the nineth post in the recognisably rancid R randomness series, or R4 for short. Following on the heels of last week's post, we aim to look into the shared libraries created by R. We love the R build process. It is robust, cross-platform, reliable and rather predicatable. It. ... [Read more...]

Update on the SG Economic Dashboard

August 14, 2017 | Timothy Lin

I have updated the SG-Dashboard with 2Q 2017 numbers. I also took the opportunity to add in a few new tables and charts. There is a new table that keeps track of value-added (VA) revisions of last quarter’s result. VA for certain industries such as c... [Read more...]

Automating R Scripts with Cron

August 14, 2017 | Steven M. Mortimer

Simple Automation Adding Error Emailing Adding Script Logging Simple Automation If you would like to automate R scripts, one method is to use the cron daemon already packaged on Unix-like servers. Let’s say you have script in your home...
[Read more...]

acs v2.1.1 is now on CRAN

August 14, 2017 | Ari Lamstein

A new version of the acs package is now on CRAN. I recommend that all users of choroplethr update to this version. Here is how to... The post acs v2.1.1 is now on CRAN appeared first on AriLamstein.com.
[Read more...]

Big Data Solutions: A/B t test

August 14, 2017 | Simon Jackson

@drsimonj here to share my code for using Welch’s t-test to compare group means using summary statistics.  Motivation I’ve just started working with A/B tests that use big data. Where once I’d whimsically run t.test(), now my data won’t fit into memory! I’m ... [Read more...]

Sending Emails from R Exercises

August 14, 2017 | BC Mullins

When monitoring a data source, model, or other automated process, it’s convienent to have method for easily delivering performance metrics and notifying you whenever something is amiss. One option is to use a dashboard; however, this requires active time and effort to grab numbers and catch errors. An alternative ... [Read more...]
1 8 9 10 11 12 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)