April 2013

highlight 0.4.1

April 10, 2013 | romain

The highlight package has been missing from CRAN for quite some time Now it is back, with fewer dependencies. It used to depend on Rcpp and parser, but since the code logic from parser has been brought to R, highlight … Continue reading → [Read more...]

Mobile version of the graph gallery

April 10, 2013 | romain

The R Graph Gallery has been a popular website for many years now. The number of graphics keeps growing as people send me their code. When browsing the website with a mobile device the experience was frustrating, as too much … Continue reading → [Read more...]

Finding the Distribution Parameters

April 9, 2013 | Wesley

This is a brief description on one way to determine the distribution of given data. There are several ways to accomplish this in R especially if one is trying to determine if the data comes from a normal distribution. Rather than focusing on hypothesis testing and determining if a distribution ... [Read more...]

2013-4 Generating Structured and Labelled SVG

April 9, 2013 | akoh003

This article discusses the importance of providing structure and labelling within SVG code, particularly when the SVG code is generated indirectly by a high-level system and when the SVG code describes a complex image such as a statistical plot. We … Continue reading → [Read more...]

Second edition of Crawley’s The R Book

April 9, 2013 | Murtaza Haider

The second edition of Michael Cawley's The R Book is available from Wiley. According to the publisher, the new edition boasts the following features:"Features full colour text and extensive graphics throughout.Introduces a clear structure with numbered... [Read more...]

Some R User Group Presentations from Europe

April 9, 2013 | Joseph Rickert

by Joseph Rickert I am beginning to get excited about going to Spain for useR 2013 which will be held at the University of Castilla-La Mancha, so I have been using the links on the Revolution's local user directory webpage to see what the European R user groups are doing. Here ... [Read more...]

Behind the NCAA Visualizer: Python, R and JavaScript

April 9, 2013 | David Smith

Rodrigo Zamith's NCAA Tournament Visualizer is a great example of an interactive data visualization. If you want to create something similar, Rodrigo has shared detailed behind-the-scenes information on how it was created. He used a mix of tools: Python was used to scrape team statistics fromt the NCAA website R ... [Read more...]

Happy biRthday

April 9, 2013 | ibartomeus

Today is my birthday. It’s also the birthday of a close friend. What an incredible coincidence! Or wait, may be is just expected. One more time R comes into our help, because it has a built-in function to answer our question. … Continue reading → [Read more...]

How to set axis options in googleVis

April 9, 2013 | Markus Gesmann

Setting axis options in googleVis charts can be a bit tricky. Here I present two examples where I set several options to customise the layout of a line and combo chart with two axes. The parameters have to be set in line with the Google Chart Tools API, which uses ...
[Read more...]

Gradient Boosting: Analysis of LendingClub’s Data

April 8, 2013 | Kevin Davenport

An old 5.75% CD of mine recently matured and seeing that those interest rates are gone forever, I figured I’d take a statistical look at LendingClub’s data. Lending Club is the first peer-to-peer lending company to register its offerings as securities with the Securities and Exchange Commission (SEC). Their ... [Read more...]

Package-Wide Variables/Cache in R Packages

April 8, 2013 | Jeff Allen

It’s often beneficial to have a variable shared between all the functions in an R package. One obvious example would be the maintenance of a package-wide cache for all of your functions. I’ve encountered this situation multiple times and always forget at least one important step in the ... [Read more...]

painful truncnorm

April 8, 2013 | xi'an

As I wanted to simulate truncated normals in a hurry, I coded the inverse cdf approach: instead of using my own accept-reject algorithm. Poor shortcut as the method fails when a and b are too far from μ So I introduced a control (and ended up wasting more time than if ... [Read more...]

Visualize large data sets with the bigvis package

April 8, 2013 | David Smith

Creating visualizations of large data sets is a tough problem: with a limited number of pixels available on the screen (or just with the limited visual acuity of the human eye), massive numbers of symbols on the page can easily result in an uninterpretable mess. On Friday we shared one ... [Read more...]
1 8 9 10 11 12 14

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)