Clandestine DNS lookups with gdns
(This article was first published on R – rud.is, and kindly contributed to R-bloggers) Google recently announced their DNS-over-HTTPS API, which “enhances privacy and security between a client and a...
View ArticleLearn R By Intensive Practice – Part 2
(This article was first published on DataScience+, and kindly contributed to R-bloggers) This is a continuation of part 1 of the Learn R By Intensive Practice Series. In this part, we step up the game...
View ArticleMicrosoft Data Science VM now available as a Linux instance
(This article was first published on Revolutions, and kindly contributed to R-bloggers) Microsoft's Linux Data Science Virtual Machine is now available for use on the Azure Marketplace. Like the...
View ArticleMerging Dataframes Exercises
(This article was first published on R-exercises, and kindly contributed to R-bloggers) When combining separate dataframes, (in the R programming language), into a single dataframe, using the cbind()...
View ArticleGet Involved with the R Consortium
(This article was first published on Revolutions, and kindly contributed to R-bloggers) by Joseph Rickert The R Consortium, the non-profit trade organization formed under the Linux Foundation to...
View ArticleInstalling SQL Server ODBC drivers on Ubuntu (in Travis-CI)
(This article was first published on R – It's a Locke, and kindly contributed to R-bloggers) Tweet Did you know you can now get SQL Server ODBC drivers for Ubuntu? Yes, no, maybe? It’s ok even if you...
View ArticleR Markdown & Bloggin’: Part 1 – Inserting Code
(This article was first published on R – Equastat, and kindly contributed to R-bloggers) .syntaxhighlighter table td { vertical-align: top !important; /* fix for Firefox not aligning code vertically...
View ArticleDetermining the Number of Factors with Parallel Analysis in R
(This article was first published on R – Equastat, and kindly contributed to R-bloggers) .syntaxhighlighter table td { vertical-align: top !important; /* fix for Firefox not aligning code vertically...
View ArticleIdentify, describe, plot, and remove the outliers from the dataset
(This article was first published on DataScience+, and kindly contributed to R-bloggers) In statistics, a outlier is defined as a observation which stands far away from the most of other observations....
View ArticleHow to install R packages on an off-line SQL Server 2016 instance
(This article was first published on Revolutions, and kindly contributed to R-bloggers) by Andrie de Vries One of the most exciting features of the forthcoming release of SQL Server 2016 (generally...
View ArticleIn case you missed it: April 2016 roundup
(This article was first published on Revolutions, and kindly contributed to R-bloggers) In case you missed them, here are some articles from April of particular interest to R users. Lukasz Piwek...
View ArticleHow to bulk upload your data from R into Redshift
(This article was first published on R - Data Science Heroes Blog, and kindly contributed to R-bloggers) Amazon’s columnar database, Redshift is a great companion for a lot of Data Science tasks, it...
View ArticleDocumentation for Microsoft R Server now online
(This article was first published on Revolutions, and kindly contributed to R-bloggers) If you've been thinking about trying the big-data capabilities of Microsoft R Server but wanted to check out the...
View ArticleBest packages for data manipulation in R
(This article was first published on DataScience+, and kindly contributed to R-bloggers) There are 2 packages that make data manipulation in R fun. These are dplyr and data.table. Both packages have...
View ArticleSpark 2.0: more performance, more statistical models
(This article was first published on Revolutions, and kindly contributed to R-bloggers) Apache Spark, the open-source cluster computing framework, will soon see a major update with the upcoming...
View ArticleR 3.3.0 is another motivation for Docker
(This article was first published on , and kindly contributed to R-bloggers) Have you ever encountered R packages versioning issues when one application required different dependent packages versions...
View ArticleVisual contrast of two robust regression methods
(This article was first published on Peter's stats stuff - R, and kindly contributed to R-bloggers) Robust regression For training purposes, I was looking for a way to illustrate some of the different...
View ArticleAdobe Analytics Clickstream Data Feed: Calculations and Outlier Analysis
(This article was first published on R – randyzwitch.com, and kindly contributed to R-bloggers) In a previous post, I outlined how to load daily Adobe Analytics Clickstream data feeds into a...
View ArticlePredictive Maintenance for Aircraft Engines
(This article was first published on Revolutions, and kindly contributed to R-bloggers) Recently, I wrote about how it's possible to use predictive models to predict when an airline engine will...
View ArticleIntegrating R with Apache Hadoop
(This article was first published on DataScience+, and kindly contributed to R-bloggers) Integrating R to work on Hadoop is to address the requirement to scale R program to work with petabyte scale...
View Article