The reddit Front Page is Not a Meritocracy
(This article was first published on Category: R | Todd W. Schneider, and kindly contributed to R-bloggers) I was pleasantly surprised when somebody shared my traveling salesman animation to reddit...
View Articleanalyze the national incident-based reporting system (nibrs) with r and monetdb
(This article was first published on asdfree by anthony damico, and kindly contributed to R-bloggers) in 2012, more than one quarter of the united states population lived in the jurisdiction of a...
View ArticleThe ensurer package (validation inside pipes)
(This article was first published on R-statistics blog » R, and kindly contributed to R-bloggers) Guest post by Stefan Holst Milton Bache on the ensurer package. If you use R in a production...
View ArticleSynchronization for R with the flock Package
(This article was first published on Quintuitive » R, and kindly contributed to R-bloggers) Have you tried synchronizing R processes? I did and it wasn’t straightforward. In fact, I ended up creating...
View ArticleR, an Integrated Statistical Programming Environment and GIS
(This article was first published on Robin Lovelace - R, and kindly contributed to R-bloggers) This article was originally published in Geoinformatics magazine. R is well known as a powerful,...
View ArticleStoring Forecasts in a Database
(This article was first published on Quintuitive » R, and kindly contributed to R-bloggers) In my last post I mentioned that I started using RSQLite to store computed results. No rocket science here,...
View ArticleThe World We Live In #3: Breastfeeding
(This article was first published on Ripples, and kindly contributed to R-bloggers) Facts are stubborn, but statistics are more pliable (Mark Twain) According to World Health Organization, exclusive...
View Articledplyr – some more reflections
(This article was first published on Data Science Los Angeles » R, and kindly contributed to R-bloggers) Yesterday, I published a post here on DataScience.LA with a simple/basic benchmark for dplyr....
View ArticleIdentifying Position Change Groupings in Rank Ordered Lists
(This article was first published on OUseful.Info, the blog... » Rstats, and kindly contributed to R-bloggers) The title says it all, doesn’t it?! Take the following example – it happens to show race...
View ArticleO’Reilly Data Scientist Salary and Tools Survey, November 2014
(This article was first published on Revolutions, and kindly contributed to R-bloggers) The O'Reilly Data Scientist Survey for 2014 is out, with fresh data on the salaries and tools used by data...
View ArticleParallelism via “parSapply”
(This article was first published on Quintuitive » R, and kindly contributed to R-bloggers) In an earlier post, I used mclapply to kick off parallel R processes and to demonstrate inter-process...
View ArticleThe Geometry of Classifiers
(This article was first published on Win-Vector Blog » R, and kindly contributed to R-bloggers) As John mentioned in his last post, we have been quite interested in the recent study by...
View ArticleA time series contest attempt
(This article was first published on Wiekvoet, and kindly contributed to R-bloggers) I saw the post a time series contest on Rob J Hyndman's blog. Since I am still wanting to play around with some...
View ArticleHow to extract a data.frame from string data
A guest article by Asher Raz, PhD, CareerHarmony Sometimes, data of subjects are recorded on a server (e.g. SQL server) as string data records for each subject. In some cases we need only a part of...
View ArticleBook Extras – Data Files, Code Files and a Dockerised Application
(This article was first published on OUseful.Info, the blog... » Rstats, and kindly contributed to R-bloggers) Idling through the LeanPub documentation last night, I noticed that they support the...
View ArticleTop 77 R posts for 2014 (+R jobs)
( if(like) { Please(share, this_post); print(“Thanks!”) } ) The site R-bloggers.com is now 5 years old. It strives to be an (unofficial) online journal of the R statistical programming environment,...
View ArticleRMySQL 0.10.0
(This article was first published on RStudio Blog, and kindly contributed to R-bloggers) Jeroen Ooms and I are very pleased to announce a new version of RMySQL, the R package that allows you to talk...
View Articledplyr 0.4.0
(This article was first published on RStudio Blog, and kindly contributed to R-bloggers) I’m very pleased to announce that dplyr 0.4.0 is now available from CRAN. Get the latest version by running:...
View ArticleCalculating Churn in Seasonal Leagues
(This article was first published on OUseful.Info, the blog... » Rstats, and kindly contributed to R-bloggers) One of the things I wanted to explore in the production of the Wrangling F1 Data With R...
View ArticleSecure your Shiny apps (against SQL injection)
(This article was first published on Data Science Los Angeles » R, and kindly contributed to R-bloggers) Shiny takes inputs from UI elements and sends them to the server, where the application can...
View Article