April 2016

Data Exploration with Tables exercises

April 20, 2016 | John Akwei

The table() function is intended for use during the Data Exploration phase of Data Analysis. The table() function performs categorical tabulation of data. In the R programming language, “categorical” variables are also called “factor” variables. The tabulation of data categories allows for Cross-Validation of data. Thereby, finding possible flaws within ... [Read more...]

Creating an Infographic with infogram

April 19, 2016 | Paul Oldham's Analytics Blog

In this article we will use RStudio to prepare patent data for visualisation in an infographic using the online software tool infogram. Infographics are a popular way of presenting data in a way that is easy for a reader to understand without reading a long report. Infographics are well suited ...
[Read more...]

Improve your shiny dashboard with Disqus panel

April 19, 2016 | Marcin Kosiński

Getting users feedback is always a pleasant moment. In most cases in World of Open Source we are creating tools and applications for people and we love to hear that someone thinks our (generally pet) project is useful. Mostly this moment is nicer than any paycheck. But how author can ... [Read more...]

Le Monde puzzle [#959]

April 19, 2016 | xi'an

Another of those arithmetic Le Monde mathematical puzzle: Find an integer A such that A is the sum of the squares of its four smallest dividers (including1) and an integer B such that B is the sum of the third poser of its four smallest factors. Are there such integers ...
[Read more...]

Notes from 2nd Bayesian Mixer Meetup

April 19, 2016 | R on mages' blog

Last Friday the 2nd Bayesian Mixer Meetup (@BayesianMixer) took place at Cass Business School, thanks to Pietro Millossovich and Andreas Tsanakas, who helped to organise the event. Bayesian Mixer at Cass First up was Davide De March talking about the c... [Read more...]

Notes from 2nd Bayesian Mixer Meetup

April 19, 2016 | Markus Gesmann

Last Friday the 2nd Bayesian Mixer Meetup (@BayesianMixer) took place at Cass Business School, thanks to Pietro Millossovich and Andreas Tsanakas, who helped to organise the event.Bayesian Mixer at CassFirst up was Davide De March talking about the challenges in biochemistry experimentation, which are often characterised by complex and ...
[Read more...]

Exploring NYC Taxi Data with Microsoft R Server and HDInsight

April 19, 2016 | David Smith

As I mentioned yesterday, Microsoft R Server now available for HDInsight, which means that you can now run R code (including the big-data algorithms of Microsoft R Server) on a managed, cloud-based Hadoop instance. Debraj GuhaThakurta, Senior Data Scientist, and Shauheen Zahirazami, Senior Machine Learning Engineer at Microsoft, demonstrate some ... [Read more...]

Display element ids for debugging Shiny apps

April 19, 2016 | Michael Kuhn

My current Shiny project contains at least five tables and I constantly forget how they are called. So I whipped up a little bookmarklet that uses jQuery to show the id of each div and input. Some of those can be ignored as they are internal names set by Shiny, ...
[Read more...]

Tufte style visualizations in R using Plotly

April 19, 2016 | Riddhiman

This post is inspired by Lukasz Piwek’s awesome Tufte in R post. We’ll try to replicate Tufte’s visualization practices in R using Plotly. You can read more about Edward Tufte here. One easy way to replicate the graphs showcased on Lukasz’s blog would be to simply ... [Read more...]

R and GIS – working with shapefiles

April 18, 2016 | R – StudyTrails

R has some very useful libraries for working with spatial data. In this blog we will look at some of the libraries and demonstrate few basic functionalities. Lets start with reading a shapefile. How to read a shapefile : We will use the maptools package to read the shape file. Along ... [Read more...]

R Election Analysis Contest Results

April 18, 2016 | Ari Lamstein

On March 28th I announced the R Election Analysis Contest. The quantity and quality of submissions was amazing!  If you have not been following along, here is a complete list of submissions, with links, in order of submission. I encourage you to read them all! A Behind the Scenes Look… ...
[Read more...]

The Hype Bubble Map for Dog Breeds

April 18, 2016 | aschinchon

In the whole history of the world there is but one thing that money can not buy… to wit the wag of a dog’s tail (Josh Billings) In this post I combine several things: Simple webscraping to read the list of companion dogs from Wikipedia. I love rvest package ...
[Read more...]
1 3 4 5 6 7 13

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)