January 2017

Using R sp_execute_external_script with JSON

January 8, 2017 | tomaztsql

JSON has become part of the SQL Server in the same version as R. Both were very highly anticipated and awaited from the community. JSON has very powerful statements for converting to and from JSON for storing into / from SQL Server engine (FOR JSON and JSON VALUE, etc).  And since ...
[Read more...]

Package rtrie on CRAN

January 7, 2017 | C

Just had a new package published on CRAN...rtrie :).The rtrie package allows you to quickly create Tries from a list of strings.  Example use cases for the package are word searching in games like Boggle or Scrabble or implementation of applications that  autocomplete or autocorrect text.   Incidentally, besides being ...
[Read more...]

Fantasy Hockey with R

January 7, 2017 | max humber

rvest and purrr are wonderful bedfellows. The packages share the underlying tidyverse API. And it feels simple and almost natural to combine them when scraping the web. Here is a slimmed down and worked recipe of how to leverage rvest and purrr in Fan... [Read more...]

Practical Kullback-Leibler (KL) Divergence: Discrete Case

January 7, 2017 | msuzen

KL divergence (Kullback-Leibler57) or KL distance is non-symmetric measure of difference between two probability distributions. It is related to mutual information and can be used to measure the association between two random variables.Figure: Distance between two distributions. (Wikipedia)In this short tutorial, I show how to compute KL divergence ...
[Read more...]

R and GNU tools via Homebrew

January 7, 2017 | Mauricio Vargas S. 帕夏

Introduction I was in need of using stock Python (Homebrew provided version) from RStudio and I found that the user path is ignored by GUI applications. I discovered that because Python packages installed via pip were not recognised from RStudio. Here'... [Read more...]

My free book has a cover!

January 6, 2017 | Bruno Rodrigues

I’m currently writing a book as a hobby. It’s titled Functional programming and unit testing for data munging with R and you can get it for free here. You can also read it online for free on my webpage What’s the book about? Here’s the teaser... [Read more...]

My KISS Attempt to rstatsgoes10k Contest

January 6, 2017 | Joshua Kunst

Last year eoda.de launched a contest to predict when the R packages will be 10k. So this is a really good opportunity to use (finally) the forecastHybrid package developed by Peter Ellis and David Shaub. This will be a really KISS-naive-sim... [Read more...]

Why do Decision Trees Work?

January 6, 2017 | John Mount

In this article we will discuss the machine learning method called “decision trees”, moving quickly over the usual “how decision trees work” and spending time on “why decision trees work.” We will write from a computational learning theory perspective, and hope this helps make both decision trees and computational learning ...
[Read more...]

Analyzing emotions in video with R

January 6, 2017 | David Smith

In the run-up to the election last year, Ben Heubl from The Economist used the Emotion API to chart the emotions portrayed by the candidates during the debates (note: auto-play video in that link). In his walkthrough of the implementation, Ben used Python to process the video files, and R ... [Read more...]

Three reasons to learn R today

January 6, 2017 | David Smith

If you're just getting started with data science, the Sharp Sight Labs blog argues that R is the best data science language to learn today. The blog post gives several detailed reasons, but the main arguments are: R is an extremely popular (arguably the most popular) data progamming language, and ... [Read more...]

Explaining the Almon Distributed Lag Model

January 6, 2017 | Dave Giles

In an earlier post I discussed Shirley Almon's contribution to the estimation of Distributed Lag (DL) models, with her seminal paper in 1965.That post drew quite a number of email requests for more information about the Almon estimator, and how it fits into the overall scheme of things. In addition, ... [Read more...]

10,000 CRAN Packages

January 6, 2017 | Joseph Rickert

by Joseph Rickert The R package system continues to expand as the number of packages on CRAN is about to blow through the 10,000 mark sometime soon. This is astonishing! Not only are new packages arriving at a rate of about 190 per month, but CRAN itself continues to tick along like ... [Read more...]

(Advanced) R Crash Course, for Actuaries

January 6, 2017 | arthur charpentier

In two weeks, the third year of the Data Science for Actuaries program will start. I will be there for the introduction to R. The slides are available online (created with slidify) A markdown is also available. I have to thank Ewen for his help on slidify (especially for the ...
[Read more...]

Beat the Market with Meucci and Markowitz

January 5, 2017 | Erol Biceroglu

  Introduction I am very excited to finally share some of my research exploring Meucci’s (Meucci (2005)) portfolio optimization methods, and how the resulting portfolios compare to the use of historical data. For those unfamiliar with Attilio Meucci, he runs an annual Advanced Risk and Portfolio Managment Bootcamp in New York ...
[Read more...]
1 12 13 14 15 16 19

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)