June 2015

Next Kölner R User Meeting: Friday, 26 June 2015

June 22, 2015 | Markus Gesmann

The next Cologne R user group meeting is scheduled for this Friday, 6 June 2015 and we have an exciting agenda with two talks followed by networking drinks. Data Science at the Commandline (Kirill Pomogajko)An Introduction to RStan and the Stan Modelling Language (Paul Viefers)Please note: Our venue changed! We ...
[Read more...]

dotplot for enrichment result

June 22, 2015 | R on Guangchuang Yu

This is a feature request from clusterProfiler user. It's similar to what I implemented in clusterProfiler for comparing biological themes. For comparing different enrichment results, the x-axis represent different gene clusters while for a single enrichment result, the x-axis can be gene count or gene ratio. This is actually similar ...
[Read more...]

Randomized Hobbit

June 22, 2015 | Karl Broman

@wrathematics pointed me to his ngram R package for constructing and simulating from n-grams from text. I’d recently grabbed the text of the hobbit, and so I applied it to that text, with amusing results. Here’s the code I used to grab the text. Then calculate the ngrams ... [Read more...]

My Approach To Reproducible Research

June 22, 2015 | manio

The goal is simple. During my research, I often need to run a lot of different workloads, plot the results and write some analysis text. My goal is to: find out parameters I used to generate the results. So I can answer questions “why I see an outlier in my ... [Read more...]

DeployR Data I/O

June 22, 2015 | Joseph Rickert

by Sean Wells, Senior Software Engineer, Microsoft and David Russell DeployR exists to solve a number of fundamental R analytics integration problems faced by application developers. For example, have you ever wondered how you might execute an R script from within a Web-based dashboard, an enterprise middleware solution, or a ... [Read more...]

LondonR June Meeting

June 22, 2015 | Mango Solutions

The Mango Solutions LondonR meeting at UCL on Monday 15th June 2015 was successful as usual with over 200 attendees throughout the day. Thanks to everyone who attended to help make the event such a success. It was great to … Continue reading → [Read more...]

Editing Dockerfiles with Architect

June 22, 2015 | tobias

Monday 22 June 2015 - 14:36 In the last two years, software development had taken a step forward with the advent of the Docker. For the uninitiated, a Docker is a tool that automates the deployment of applications by packaging them with their dependencies in a virtual container, eliminating the need for virtual ... [Read more...]

Trading Moving Averages with Less Whipsaws

June 21, 2015 | quintuitive

Using a simple moving average to time markets has been a successful strategy over a very long period of time. Nothing to brag home about, but it cuts the drawdown of a buy and hold by about a half, sacrificing less than 1% of the CAGR in the process. In two ... [Read more...]

Organize a walk around London with R

June 21, 2015 | Fabio Veronesi

The subtitle of this post can be "How to plot multiple elements on interactive web maps in R".In this experiment I will show how to include multiple elements in interactive maps created using both plotGoogleMaps and leafletR. To complete the work prese... [Read more...]

Creating a presentation with R

June 20, 2015 | spatialRecology - r

Contents Slidify 1. Install and Initialize 2. Author and Edit 2.1 Add slide content 2.1 Change the look and feel 2.1 Collection of links 3. Generate and Publish 4. Summary Slidify As a LaTeX fan, I started early to write my presentations with the Beamer document class. Unfortunately, the default classes are starting to look rather antique ... [Read more...]

dimple charts for R

June 20, 2015 | FishyOperations

dimple is a simple-to-use charting API powered by D3.js. Making use of the nice htmlwidgets package it only took a minimum amount of coding to make the dimple library available from R. You can find the dimple R package at github.com/Bart6114/dimple a... [Read more...]

Interactive R Notebooks with Jupyter and SageMathCloud

June 20, 2015 | Ethan Brown

Has the time come for Jupyter/IPython notebooks in R? This format, mixing code chunks, output, and markdown all in the same interface, is already wildly popular among Python users. Here's how to get a quick start using interactive, collaborative notebooks in Jupyter, with the help of SageMathCloud. [Read more...]

Interactive Mapping with Leaflet in R

June 19, 2015 | spatialRecology - r

Contents Introduction 1. First Steps 1.2 Adding Data 1.2.1 Example 1.4 Useful commands from other spatial R packages 3. Exporting your Web Widget 2.1 Shiny 2.2 RStudio GUI 2.3 Rmarkdown 2.4 Update 3. A closer look on addTile() and addLayersControl() Conclusion Introduction Leaflet lets you create interactive maps right from the R console. Interactive panning and zooming allows for an ... [Read more...]

DO Something Nifffty with R

June 19, 2015 | hrbrmstr

@briandconnelly (of pushoverr fame) made a super-cool post about connecting R to @IFTTT via IFTTT’s “Maker” channel. The IFTTT Maker interface to receive events is fairly straightforward and Brian’s code worked flawlessly, so it was easy to tweak a bit and wrap into a package. To get started, ...
[Read more...]
1 2 3 4 5 6 11

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)