June 2017

Dieselgate: An Example with Data Preparation

June 3, 2017 | Simon

With the VW Dieselgate event as empirical seeting, this page shows you how to fetch data in R, perform an Event Study, and do some basic plots with our R package. library(tidyquant) library(dplyr) library(readr) Data Preparation We use the package... [Read more...]

Deep Learning Dude pt 1

June 3, 2017 | Wayne

You’ve probably noticed that Deep Learning is all the rage right now. AlphaGo has beaten the world champion at Go, you can google cat photos and be sure you won’t accidentally get photos of canines, and many other near-miraculous feats: … Continue reading →
[Read more...]

Deferred & Remote Function Execution in R

June 3, 2017 | Lukasz Bartnik

What would you say if you could automatically wrap your R pipeline – which consists of numerous functions and variables – into a single function? What would you say if you could do it repeatedly, with no extra effort regardless of its complexity? Would you store it to document your progress at ... [Read more...]

R Weekly Bulletin Vol – X

June 2, 2017 | QuantInsti

This week’s R bulletin will cover topics on grouping data using ntile function, how to open files automatically, and formatting an Excel sheet using R. Hope you like this R weekly bulletin. Enjoy reading! Shortcut Keys 1. Fold selected chunk – Alt+L 2. Unfold selected chunk – Shift+Alt+L 3. Fold all – ...
[Read more...]

Shiny Server on Docker: CentOS 7 Edition

June 2, 2017 | - r

Docker as a Disposable Test Environment Docker is generally used for application development and deployment. While it is possible to develop and deploy Shiny applications in Docker containers, I have found it is much more useful to keep a Shiny Docker... [Read more...]

(Linear Algebra) Do not scale your matrix

June 2, 2017 | Florian Privé

In this post, I will show you that you generally don’t need to explicitly scale a matrix. Maybe you wanted to know more about WHY matrices should be scaled when doing linear algebra. I will remind about that in the beginning but the rest will focus on HOW to ...
[Read more...]

Hacking the principles of #openscience #workshops

June 2, 2017 | lortie

In a previous post, I discussed the key elements that really stood out for me in recent workshops associated with open science, data science, and ecology. Summer workshop season is upon us, and here are some principles to consider that can be used to hack a workshop. These hacks can ...
[Read more...]

Hacking the principles of #openscience #workshops

June 2, 2017 | lortie

In a previous post, I discussed the key elements that really stood out for me in recent workshops associated with open science, data science, and ecology. Summer workshop season is upon us, and here are some principles to consider that can be used to hack a workshop. These hacks can ... [Read more...]

Teach kids about R with Minecraft

June 2, 2017 | David Smith

As I mentioned earlier this week, I was on a team at the ROpenSci Unconference (with Brooke Anderson, Karl Broman, Gergely Daróczi, and my Microsoft colleagues Mario Inchiosa and Ali Zaidi) to work on a project to interface the R language with Minecraft. The resulting R package, miner, is ... [Read more...]

EARL Program Optimisation

June 2, 2017 | Blog

Next week will be the first EARL conference in San Francisco.. The team here at Mango have worked hard to put together an excellent program with great speakers. However with so many interesting talks it can be hard to decide which to attend. For example, Rich Pugh is a huge ... [Read more...]

Weather forecast with regression models – part 1

June 2, 2017 | Giorgio Garziano

In this tutorial we are going to analyse a weather dataset to produce exploratory analysis and forecast reports based on regression models. We are going to take advantage of a public dataset which is part of the exercise datasets of the “Data Mining and Business Analytics with R” book (Wiley) ...
[Read more...]

The code (and other stuff…)

June 2, 2017 | Gianluca Baio

I've received a couple of emails or comments on one of the General Election posts to ask me to share the code I've used. In general, I think this is a bit dirty and lots could be done in a more efficient way $-$ effectively, I'm doing this out of ...
[Read more...]

Bringing Together People and Projects at Unconf17

June 2, 2017 | Stefanie Butland

We held our 4th annual unconference in Los Angeles, May 25-26, 2017. Scientists, R-software users and developers, and open data enthusiasts from academia, industry, government, and non-profits came together for two days to hack on projects they dreamed up and to give our online community an opportunity to connect in-person. The ... [Read more...]

The code (and other stuff…)

June 1, 2017 | R on Gianluca Baio

I’ve received a couple of emails or comments on one of the General Election posts to ask me to share the code I’ve used. In general, I think this is a bit dirty and lots could be done in a more efficient way $-$ effectively, I’m doing ...
[Read more...]

The code (and other stuff…)

June 1, 2017 | R on Gianluca Baio

I’ve received a couple of emails or comments on one of the General Election posts to ask me to share the code I’ve used. In general, I think this is a bit dirty and lots could be done in a more efficient way $-$ effectively, I’m doing ...
[Read more...]
1 13 14 15 16

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)