The real meaning of spurious correlations
(This article was first published on R – What You're Doing Is Rather Desperate, and kindly contributed to R-bloggers)Like many data nerds, I’m a big fan of Tyler Vigen’s Spurious Correlations, a...
View Articlea well-hidden E step
(This article was first published on R – Xi'an's Og, and kindly contributed to R-bloggers)Arecent question on X validated ended up being quite interesting! The model under consideration is made of...
View ArticleHypothetical Outcome Plots
(This article was first published on max humber, and kindly contributed to R-bloggers)suppressPackageStartupMessages(library(tidyverse))# devtools::install_github("dgrtwo/gganimate")#...
View ArticleVenture Capital Deals in 2016 – An Overview (1/2)
(This article was first published on English – R-blog, and kindly contributed to R-bloggers) Over the year 2016, I manually gathered press clippings announcing Venture Capital (VC) deals from various...
View ArticleRPushbullet 0.3.0
(This article was first published on Thinking inside the box , and kindly contributed to R-bloggers)A major new update of the RPushbullet package is now on CRAN. RPushbullet interfacing the neat...
View ArticleReproducible Finance with R: Sector Correlations Shiny App
(This article was first published on RStudio, and kindly contributed to R-bloggers)by Jonathan RegensteinIn a previous post, we built an R Notebook that pulled in data on sector ETFs and allowed us to...
View ArticleSuperheat: supercharged heatmaps for R
The heatmap is a useful graphical tool in any data scientist's arsenal. It's a useful way of representing data that naturally aligns to numeric data in a 2-dimensional grid, where the value of each...
View ArticleRevoScaleR package for Microsoft R
(This article was first published on R – TomazTsql, and kindly contributed to R-bloggers)RevoscaleR Package for R language is package for scalable, distributed and parallel computation, available...
View ArticleNice graphic? Are they taking the p…
(This article was first published on R – What You're Doing Is Rather Desperate, and kindly contributed to R-bloggers)Yes, it started with a tweet:Nice graphic on urine components via...
View ArticleScience of The Super Bowl
(This article was first published on R – Jesse Piburn, and kindly contributed to R-bloggers)A couple days ago, I participated in a Science of the Super Bowl Panel discussion organized by Newswise. I...
View Articlenanotime 0.1.1
A new version of the nanotime package for working with nanosecond timestamps is now on CRAN.nanotime uses the RcppCCTZ package for (efficient) high(er) resolution time parsing and formatting, and the...
View ArticleRcppCCTZ 0.2.1
(This article was first published on Thinking inside the box , and kindly contributed to R-bloggers)A new minor version 0.2.1, of RcppCCTZ is now on CRAN. It corrects a possible shortcoming and...
View ArticleHubway Bike Share: Ridership Patterns
(This article was first published on R – NYC Data Science Academy Blog, and kindly contributed to R-bloggers)Contributed by Thomas Kassel. He is currently enrolled in the NYC Data Science Academy...
View ArticleA wrapper around nested ifelse
(This article was first published on That’s so Random, and kindly contributed to R-bloggers)The ifelse function is the way to do vectorised if then else in R. One of the first cool things I learned to...
View ArticleRetail customer analytics with SQL Server R Services
(This article was first published on Revolutions, and kindly contributed to R-bloggers)In the hyper-competitive retail industry, intelligence about your customers is key. You need to be able to find...
View ArticlePractical Guide to Cluster Analysis in R – Book
(This article was first published on Easy Guides, and kindly contributed to R-bloggers)IntroductionLarge amounts of data are collected every day from satellite images, bio-medical, security, marketing,...
View ArticleData wrangling within the #tidyverse – the design philosophy behind the...
(This article was first published on R – Strenge Jacke!, and kindly contributed to R-bloggers)I’m pleased to announce sjmisc 2.3.0, which was just updated on CRAN. The update might break existing code...
View ArticleR and SQL Server articles
(This article was first published on R – TomazTsql, and kindly contributed to R-bloggers)In past couple of months, I have prepared several articles on R and SQL Server that have been published on SQL...
View ArticleReproducible Finance with R: ETF Country Exposure
(This article was first published on RStudio, and kindly contributed to R-bloggers)by Jonathan RegensteinToday, we are going to tackle a project that has long been on my wish list: a Shiny app to take...
View ArticleTwitter sentiment analysis with Machine Learning in R using doc2vec approach
(This article was first published on R language – AnalyzeCore – data is beautiful, data is a story, and kindly contributed to R-bloggers)Recently I’ve worked with word2vec and doc2vec algorithms that I...
View Article