January 2018

How to recruit data analysts for the public sector by @ellis2013nz

January 22, 2018 | free range statistics - R

A management challenge Between 2011 and 2017 I selected somewhere between 20 and 30 staff and contractors, for New Zealand public sector roles with titles like Analyst, Senior Analyst and Principal Analyst. Alternative names for these roles could have been (and sometimes were) “researcher”, “data analyst”, “statistician”, “R developer”, “data scientist” and in one ... [Read more...]

Major update to BatchGetSymbols

January 22, 2018 | Marcelo S. Perlin

Making it even easier to download and organize stock prices from Yahoo Finance - I just released a long due update to package BatchGetSymbols. The files are under review in CRAN and you should get the update soon. Meanwhile, you c... [Read more...]

Fatal Journeys: Visualizing the Horror

January 22, 2018 | @aschinchon

In war, truth is the first casualty (Aeschylus) I am not a pessimistic person. On the contrary, I always try to look at the bright side of life. I also believe that living conditions are now better than years ago as these plots show. But reducing the complexity of our ... [Read more...]

Major update to BatchGetSymbols

January 21, 2018 | R on msperlin

I just released a long due update to package BatchGetSymbols. The files are under review in CRAN and you should get the update soon. Meanwhile, you can install the new version from Github:
if (!require(devtools)) install.packages('devtools')
devtools::install_github('msperlin/BatchGetSymbols')
The main innovations are: Clever cache system: By default, every new download of data will be ... [Read more...]

Advisory on Multiple Assignment dplyr::mutate() on Databases

January 21, 2018 | John Mount

I currently advise R dplyr users to take care when using multiple assignment dplyr::mutate() commands on databases. (image: Kingroyos, Creative Commons Attribution-Share Alike 3.0 Unported License) In this note I exhibit a troublesome example, and a systematic solution. First let’s set up dplyr, our database, and some example data. ...
[Read more...]

R Weekly Bulletin Vol – XIV

January 20, 2018 | QuantInsti

This week’s R bulletin covers some interesting ways to list functions, to list files and illustrates the use of double colon operator. Hope you like this R weekly bulletin. Enjoy reading!   Shortcut Keys 1. New document – Ctrl+Shift+N 2. Close active document – Ctrl+W 3. Close all open documents – Ctrl+Shift+...
[Read more...]

Who wants to work at Google?

January 20, 2018 | Anu Rajaram

In this tutorial, we will explore the open roles at Google, and try to see what common attributes Google is looking for, in future employees. This dataset is a compilation of job descriptions of 1200+ open roles at Google offices across the world. This dataset is available for download from the ...
[Read more...]

Embarking on nested dataframes

January 20, 2018 | Jamie Lendrum

In a recent sprint, I was faced with the problem of carrying out analysis on data extracted from a database where there were several instances of the same table type and I wanted to do the same tasks on each of them. I know enough about the tidyverse to realise ... [Read more...]

Rcpp 0.12.15: Numerous tweaks and enhancements

January 20, 2018 | Thinking inside the box

The fifteenth release in the 0.12.* series of Rcpp landed on CRAN today after just a few days of gestation in incoming/. This release follows the 0.12.0 release from July 2016, the 0.12.1 release in September 2016, the 0.12.2 release in November 2016, the 0.12.3 release in January 2017, the 0.12.4 release in March 2016, the 0.12.5 release in May 2016, the 0.12.6 release ... [Read more...]
1 5 6 7 8 9 17

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)