July 2016

Hacking the Data Science Radar with Data Science

July 4, 2016 | Mango Solutions » R Blog

This post was first published by original author Duncan Garmonsway and reproduced with his kind permission. This post reverse-engineers the Mango Solutions Data Science Radar using Programming (R) Visualisation (ggplot2) Data wrangling (dpylr/tidyr/etc.) Modelling (lm) Technology (embedded V8 javascript) Communication … Continue reading → [Read more...]

Macroeconomic charts by the Fed using R and Plotly

July 4, 2016 | Riddhiman

In this post we’ll try to replicate some of the charts created by the Federal Reserve which visualize some well known macroeconomic indicators. We’ll also showcase the new Plotly 4.0 syntax. Key Macroeconomic Indicators [crayon-577a78d381298688224087/] Monitory Policy Transmission [crayon-577a78d3812ab614491119/] Nominal and Real Fed Funds ... [Read more...]

correlation matrices on copulas

July 3, 2016 | xi'an

Following my post of yesterday about the missing condition in Lynch’s R code, Gérard Letac sent me a paper he recently wrote with Luc Devroye on correlation matrices and copulas. Paper written for the memorial volume in honour of Marc Yor. It considers the neat problem of the ...
[Read more...]

July Projects – Data Visualization with R

July 3, 2016 | Anu Rajaram

Projects for month of July are now uploaded on Projects page. This month’s motif is advanced graphics and visualizations in R. Basic graphs are already added here. bcharts.R : Program to create horizontal bar charts and side-stacked bar charts using ggplot package. surfaceplots.R : Program to create 3D visuals ...
[Read more...]

A Future for R: Slides from useR 2016

July 2, 2016 | Henrik Bengtsson

Unless you count DSC 2003 in Vienna, last week's useR conference at Stanford was my very first time at useR. It was a great event, it was awesome to meet our lovely and vibrant R community in real life, which we otherwise only get know from online interactions, and of course ...
[Read more...]

A Future for R: Slides from useR 2016

July 2, 2016 | Henrik Bengtsson

Unless you count DSC 2003 in Vienna, last week's useR conference at Stanford was my very first time at useR. It was a great event, it was awesome to meet our lovely and vibrant R community in real life, which we otherwise only get know from online interactions, and of course ...
[Read more...]

A look at AirBnB demographics

July 2, 2016 | Florian Teschner

Once in a while I use AirBnB. There are a couple of features that I (intuitively) use to judge if an apartment is save to book; ratings, images of the flat and the user avatar. Apparently, these avatars play an important part in the overall service and usage of AirBnB. ... [Read more...]

Forest Plot (with Horizontal Bands)

July 2, 2016 | jyothi

Forest plots are often used in clinical trial reports to show differences in the estimated treatment effect(s) across various patient subgroups. See, for example a review. The page on Clinical Trials Safety Graphics includes a SAS code for a forest plot that depicts the hazard ratios for various patient ... [Read more...]

Combining ArcGIS and R – Clustering Toolbox

July 2, 2016 | Fabio Veronesi

Last year at the ESRI User Conference in San Diego, there was an announcement of an initiative to bridge ArcGIS and R. This became reality I think early this year with R-Bridge.Basically, ESRI has created an R library that is able to communicate and exchange data between ArcGIS and ...
[Read more...]

Computing the mode in R

July 2, 2016 | Giovanni

In R there isn't a function for computing the mode. This statistic is not often used but it is very useful for categorical and discrete data.The mode is defined as "the most common value occurring in a set of observations." Mathematically, for numerical data, the mode is the centre ...
[Read more...]

re: Making Maps in R, volume 2: ggplot

July 2, 2016 | Mitchell Gritts

Jeremy Yoder wrote a wrote a post on The Molecular Ecologist about plotting location data in ggplot. It is a very informative post. However, I disagree with one (minor) aesthetic choice. The species in his figure have different colors and shapes. I am ... [Read more...]

the curious incident of the inverse of the mean

July 1, 2016 | xi'an

A s I figured out while working with astronomer colleagues last week, a strange if understandable difficulty proceeds from the simplest and most studied statistical model, namely the Normal model x~N(θ,1) Indeed, if one reparametrises this model as x~N(υ⁻¹,1) with υ__0, a single observation x brings very little information ...
[Read more...]

Run compiled R packages in AzureML

July 1, 2016 | David Smith

We've shown a few times here how you can run R code on data in the cloud with Azure ML Studio, and even how to enable that code as a web service to be called from other applications. But what if you want to run code in a compiled language, ... [Read more...]

Animated world inequality map

July 1, 2016 | Peter's stats stuff - R

In my last post I had a first look (for me) at Estimated Household Income Inequality data from the University of Texas Inequality Project. These data came to my attention when Professor James K. Galbraith used them in his keynote presentation to the 2016 New Zealand Association of Economists conference. Some ... [Read more...]
1 14 15 16 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)