MICE (Multiple Imputation by Chained Equations) in R – sketchnotes from...
(This article was first published on Shirin's playgRound, and kindly contributed to R-bloggers)Last night, the MünsteR R user-group had another great meetup:Karin Groothuis-Oudshoorn, Assistant...
View Article#11: (Much) Faster Package (Re-)Installation via Caching
(This article was first published on Thinking inside the box , and kindly contributed to R-bloggers)Welcome to the eleventh post in the rarely rued R rants series, or R4 for short. Time clearly flies...
View ArticleVectorized Block ifelse in R
(This article was first published on R – Win-Vector Blog, and kindly contributed to R-bloggers)Win-Vector LLC has been working on porting some significant large scale production systems from SAS to...
View ArticleQuick Round-Up – Visualising Flows Using Network and Sankey Diagrams in...
(This article was first published on Rstats – OUseful.Info, the blog…, and kindly contributed to R-bloggers)Got some data, relating to how students move from one module to another. Rows are student ID,...
View ArticleRule Your Data with Tidy Validation Reports. Design
(This article was first published on QuestionFlow , and kindly contributed to R-bloggers) The story about design of ruler package: dplyr-style exploration and validation of data frame like...
View ArticleSecret Santa is a graph traversal problem
(This article was first published on Higher Order Functions, and kindly contributed to R-bloggers)Last week at Thanksgiving, my family drew names from a hat for our annual game of Secret Santa....
View ArticleHow to make Python easier for the R user: revoscalepy
(This article was first published on Revolutions, and kindly contributed to R-bloggers)by Siddarth Ramesh, Data Scientist, MicrosoftI’m an R programmer. To me, R has been great for data exploration,...
View ArticleCyber Week Only: Save 50% on DataCamp!
(This article was first published on R-posts.com, and kindly contributed to R-bloggers)For Cyber Week only, DataCamp offers the readers of R-bloggers over $150 off for unlimited access to its data...
View ArticleCompetition: StanCon 2018 ticket
(This article was first published on R on The Jumping Rivers Blog, and kindly contributed to R-bloggers)The prizeHow do I enter?FAQToday we are happy to announce our Stan contest. Something we feel...
View ArticleSome new time series packages
(This article was first published on R on Rob J Hyndman, and kindly contributed to R-bloggers)This week I have finished preliminary versions of two new R packages for time series analysis. The first...
View ArticleAnnouncing a New rOpenSci Software Review Collaboration
(This article was first published on rOpenSci - open tools for open science, and kindly contributed to R-bloggers)rOpenSci is pleased to announce a new collaboration with the Methods and Ecology and...
View ArticleRcpp now used by 1250 CRAN packages
(This article was first published on Thinking inside the box , and kindly contributed to R-bloggers)Earlier today Rcpp passed 1250 reverse-dependencies on CRAN as another big milestone. The graph is on...
View ArticleFlip axes in plotly histograms – few approaches
(This article was first published on http://r-addict.com, and kindly contributed to R-bloggers) This seems easy as it requires just to change x parameter to y in the plot specification. Well, there are...
View ArticleGender Diversity Analysis of Data Science Industry using Kaggle Survey...
(This article was first published on R Programming – DataScience+, and kindly contributed to R-bloggers)Kaggle recently released the dataset of an industry-wide survey that it conducted with 16K...
View ArticleWin-Vector LLC announces new “big data in R” tools
(This article was first published on R – Win-Vector Blog, and kindly contributed to R-bloggers)Win-Vector LLC is proud to introduce two important new tool families (with documentation) in the 0.5.0...
View ArticleAn introduction to Monte Carlo Tree Search
(This article was first published on Appsilon Data Science Blog, and kindly contributed to R-bloggers)IntroductionWe recently witnessed one of the biggest game AI events in history – Alpha Go became...
View ArticleR Programmers: What is your biggest problem when working with Census data?
(This article was first published on R – AriLamstein.com, and kindly contributed to R-bloggers)A few weeks ago I announced my latest project: Data Science instruction at the Census Bureau.In addition...
View ArticleHow to generate a Secret Santa list with R
(This article was first published on Revolutions, and kindly contributed to R-bloggers)Several recent blog posts have explored the Secret Santa problem and provided solutions in R. This post provides a...
View ArticleSentiment Analysis of “A Christmas Carol”
(This article was first published on R – rud.is, and kindly contributed to R-bloggers)Our family has been reading, listening to and watching “A Christmas Carol” for just abt 30 years now. I got it into...
View ArticleUsing Heatmap Coloring on a Density Plot Using R to Visualize Distributions
(This article was first published on R – Displayr, and kindly contributed to R-bloggers)Lots of different visualizations have been proposed for understanding distributions. In this post, I am going...
View Article