August 2016

Google Analytics makes Demo Account available to all

August 11, 2016 | Marco Pasin

Playing with GA data is much much easier now.Last week biggest news was definitely Google making a Demo Google Analytics Account available to everyone. As the word "demo" says, the main purpose is demonstrating all the features and reports GA offers, and become a learning platform for analysts. But ...
[Read more...]

Reading multiple files.

August 11, 2016 | Rimi

By now, we all are familiar with reading csv file into R. But, what if there is a block of operations that we need to perform on multiple files? I think that will be a quite tiring job to include each csv every time and run the script. The best ... [Read more...]

R Packages for Data Access

August 11, 2016 | Joseph Rickert

by Joseph Rickert Data Science is all about getting access to interesting data, and it is really nice when some kind soul not only points out an interesting data set but also makes it easy for you to access it. Below is a list of 17 R packages that appeared on ... [Read more...]

Shorting at High: Algo Trading Strategy in R

August 11, 2016 | R programming

By Milind Paradkar Milind began his career in Gridstone Research, building earnings models and writing earnings notes for NYSE listed companies, covering Technology and REITs sectors. Milind has also worked at CRISIL and Deutsche Bank, where he was involved in modeling of Structured Finance deals covering Asset Backed Securities (ABS), ... [Read more...]

Using your R models for in-database scoring

August 11, 2016 | Bora Beran

Let’s say you trained a predictive model using R integration in Tableau or your favorite R authoring environment. If your data is very large you probably used a subset of your data for training and want to see how well it will do over the entire database.Or maybe ... [Read more...]

Benchmarking mlr (default) learners on OpenML

August 10, 2016 | mlr-org

There are already some benchmarking studies about different classification algorithms out there. The probably most well known and most extensive one is the Do we Need Hundreds of Classifers to Solve Real World Classication Problems? paper. They use d...
[Read more...]

So you want to be a data scientist

August 10, 2016 | Murtaza Haider

From HuffingtonPostThe New York Times made it look so easy. Take a few courses in data science and a web-based startup will readily pay top dollars for your newly acquired skills.Since the McKinsey Global Institute reported on the impending shortage of data crunchers, the wanna be data scientists are ...
[Read more...]

Designing our bathroom with R

August 10, 2016 | That’s so Random

R has been an indispensable tool since I started working with it about five years ago. Of course in my day job as a data scientist I couldn’t live without it, but it also proved to be a great aid in private life. Recently we bought our first house ...
[Read more...]

focus() on correlations of some variables with many others

August 10, 2016 | Simon Jackson

Get the correlations of one or more variables with many others using focus() from the corrr package: library(corrr) mtcars %__% correlate() %__% focus(mpg) #__ # A tibble: 10 x 2 #__ rowname mpg #__ #__ 1 cyl -0.8521620 #__ 2 disp -0.8475514 #__ 3 hp -0.7761684 #__ 4 drat 0.6811719 #__ 5 wt -0.8676594 #__ 6 qsec 0.4186840 #__ 7 vs 0.6640389 #__ 8 am 0.5998324 #__ 9 gear 0.4802848 #__ 10 carb -0.5509251 Let’s break it down.  Motivation I’...
[Read more...]

RStudio addin – extend RStudio in your way

August 10, 2016 | dracodoc

RStudio addins - first attemptRecently I found RStudio began to provide addin mechanism. The examples looked simple, and the addin API easy to use. I immediately started to try writing one by myself. It will be a good practice project for writing R package, and I can implement some features ... [Read more...]
1 7 8 9 10 11 14

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)